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