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