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