3 references to MethodImpl
System.Reflection.Metadata (3)
System\Reflection\Metadata\HandleKind.cs (1)
24MethodImplementation = (byte)HandleType.MethodImpl,
System\Reflection\Metadata\Internal\MetadataFlags.cs (1)
306internal const uint MethodImpl = HandleType.MethodImpl << RowIdBitCount;
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (1)
357private const byte tokenTypeSmall = (byte)HandleType.MethodImpl;