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