7 references to ConstantUInt32Value
System.Private.CoreLib (7)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (3)
2402
Debug.Assert(hType == HandleType.
ConstantUInt32Value
|| hType == HandleType.Null);
2403
_value = (value & 0x01FFFFFF) | (((int)HandleType.
ConstantUInt32Value
) << 25);
2436
if ((HandleType)((uint)_value >> 25) != HandleType.
ConstantUInt32Value
)
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (3)
212
case HandleType.
ConstantUInt32Value
:
272
case HandleType.
ConstantUInt32Value
:
299
case HandleType.
ConstantUInt32Value
:
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (1)
239
HandleType.
ConstantUInt32Value
=> handle.ToConstantUInt32ValueHandle(_reader).GetConstantUInt32Value(_reader).Value,