7 references to ConstantInt32Value
System.Private.CoreLib (7)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (3)
1363Debug.Assert(hType == HandleType.ConstantInt32Value || hType == HandleType.Null); 1364_value = (value & 0x01FFFFFF) | (((int)HandleType.ConstantInt32Value) << 25); 1397if ((HandleType)((uint)_value >> 25) != HandleType.ConstantInt32Value)
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (3)
203case HandleType.ConstantInt32Value: 270case HandleType.ConstantInt32Value: 298case HandleType.ConstantInt32Value:
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (1)
238HandleType.ConstantInt32Value => (uint)handle.ToConstantInt32ValueHandle(_reader).GetConstantInt32Value(_reader).Value,