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