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