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