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