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