System.Reflection.Metadata.MethodDebugInformation
namespace System.Reflection.Metadata
{
public struct MethodDebugInformation
{
public BlobHandle SequencePointsBlob { get; }
public DocumentHandle Document { get; }
public StandaloneSignatureHandle LocalSignature { get; }
public SequencePointCollection GetSequencePoints();
public MethodDefinitionHandle GetStateMachineKickoffMethod();
}
}