3 references to Value
System.Private.CoreLib (3)
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (2)
199
ushort v = record.Value.ToConstantUInt16ValueHandle(reader).GetConstantUInt16Value(reader).
Value
;
269
return handle.ToConstantUInt16ValueHandle(reader).GetConstantUInt16Value(reader).
Value
;
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (1)
237
HandleType.ConstantUInt16Value => handle.ToConstantUInt16ValueHandle(_reader).GetConstantUInt16Value(_reader).
Value
,