3 references to MethodDebugInformation
System.Reflection.Metadata (3)
System\Reflection\Metadata\HandleKind.cs (1)
38
MethodDebugInformation = (byte)HandleType.
MethodDebugInformation
,
System\Reflection\Metadata\Internal\MetadataFlags.cs (1)
321
internal const uint MethodDebugInformation = HandleType.
MethodDebugInformation
<< RowIdBitCount;
System\Reflection\Metadata\PortablePdb\Handles.Debug.cs (1)
96
private const byte tokenTypeSmall = (byte)HandleType.
MethodDebugInformation
;