3 references to MethodSpec
System.Reflection.Metadata (3)
System\Reflection\Metadata\HandleKind.cs (1)
32
MethodSpecification = (byte)HandleType.
MethodSpec
,
System\Reflection\Metadata\Internal\MetadataFlags.cs (1)
316
internal const uint MethodSpec = HandleType.
MethodSpec
<< RowIdBitCount;
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (1)
440
private const byte tokenTypeSmall = (byte)HandleType.
MethodSpec
;