9 references to Value
System.Private.CoreLib (9)
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (9)
165
switch (record.
Value
.HandleType)
172
byte v = record.
Value
.ToConstantByteValueHandle(reader).GetConstantByteValue(reader).Value;
181
sbyte v = record.
Value
.ToConstantSByteValueHandle(reader).GetConstantSByteValue(reader).Value;
190
short v = record.
Value
.ToConstantInt16ValueHandle(reader).GetConstantInt16Value(reader).Value;
199
ushort v = record.
Value
.ToConstantUInt16ValueHandle(reader).GetConstantUInt16Value(reader).Value;
208
int v = record.
Value
.ToConstantInt32ValueHandle(reader).GetConstantInt32Value(reader).Value;
217
uint v = record.
Value
.ToConstantUInt32ValueHandle(reader).GetConstantUInt32Value(reader).Value;
226
long v = record.
Value
.ToConstantInt64ValueHandle(reader).GetConstantInt64Value(reader).Value;
235
ulong v = record.
Value
.ToConstantUInt64ValueHandle(reader).GetConstantUInt64Value(reader).Value;