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