3 references to ToConstantInt64ValueHandle
System.Private.CoreLib (3)
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (2)
226
long v = record.Value.
ToConstantInt64ValueHandle
(reader).GetConstantInt64Value(reader).Value;
275
return handle.
ToConstantInt64ValueHandle
(reader).GetConstantInt64Value(reader).Value;
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (1)
240
HandleType.ConstantInt64Value => (ulong)handle.
ToConstantInt64ValueHandle
(_reader).GetConstantInt64Value(_reader).Value,