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