3 references to MethodSemantics
System.Private.CoreLib (3)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (3)
3476
Debug.Assert(hType == HandleType.
MethodSemantics
|| hType == HandleType.Null);
3477
_value = (value & 0x01FFFFFF) | (((int)HandleType.
MethodSemantics
) << 25);
3510
if ((HandleType)((uint)_value >> 25) != HandleType.
MethodSemantics
)