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