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