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