7 references to ConstantInt64Value
System.Private.CoreLib (7)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (3)
1523
Debug.Assert(hType == HandleType.
ConstantInt64Value
|| hType == HandleType.Null);
1524
_value = (value & 0x01FFFFFF) | (((int)HandleType.
ConstantInt64Value
) << 25);
1557
if ((HandleType)((uint)_value >> 25) != HandleType.
ConstantInt64Value
)
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (3)
221
case HandleType.
ConstantInt64Value
:
274
case HandleType.
ConstantInt64Value
:
300
case HandleType.
ConstantInt64Value
:
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (1)
240
HandleType.
ConstantInt64Value
=> (ulong)handle.ToConstantInt64ValueHandle(_reader).GetConstantInt64Value(_reader).Value,