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