3 references to Value
System.Private.CoreLib (3)
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (2)
172
byte v = record.Value.ToConstantByteValueHandle(reader).GetConstantByteValue(reader).
Value
;
263
return handle.ToConstantByteValueHandle(reader).GetConstantByteValue(reader).
Value
;
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (1)
235
HandleType.ConstantByteValue => handle.ToConstantByteValueHandle(_reader).GetConstantByteValue(_reader).
Value
,