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