5 references to ConstantUInt64Array
System.Private.CoreLib (5)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (3)
2482Debug.Assert(hType == HandleType.ConstantUInt64Array || hType == HandleType.Null); 2483_value = (value & 0x01FFFFFF) | (((int)HandleType.ConstantUInt64Array) << 25); 2516if ((HandleType)((uint)_value >> 25) != HandleType.ConstantUInt64Array)
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (2)
370case HandleType.ConstantUInt64Array: 450case HandleType.ConstantUInt64Array: