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