7 references to ConstantUInt64Value
System.Private.CoreLib (7)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (3)
2562
Debug.Assert(hType == HandleType.
ConstantUInt64Value
|| hType == HandleType.Null);
2563
_value = (value & 0x01FFFFFF) | (((int)HandleType.
ConstantUInt64Value
) << 25);
2596
if ((HandleType)((uint)_value >> 25) != HandleType.
ConstantUInt64Value
)
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (3)
230
case HandleType.
ConstantUInt64Value
:
276
case HandleType.
ConstantUInt64Value
:
301
case HandleType.
ConstantUInt64Value
:
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (1)
241
HandleType.
ConstantUInt64Value
=> handle.ToConstantUInt64ValueHandle(_reader).GetConstantUInt64Value(_reader).Value,