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