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