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