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