3 overrides of GetValue
System.Formats.Nrbf (3)
System\Formats\Nrbf\MemberReferenceRecord.cs (1)
36
internal override object?
GetValue
() => GetReferencedRecord().GetValue();
System\Formats\Nrbf\ObjectNullRecord.cs (1)
20
internal override object?
GetValue
() => null;
System\Formats\Nrbf\PrimitiveTypeRecordOfT.cs (1)
39
internal override object?
GetValue
() => Value;
6 references to GetValue
System.Formats.Nrbf (6)
System\Formats\Nrbf\ArraySingleObjectRecord.cs (1)
48
: record.
GetValue
();
System\Formats\Nrbf\BinaryArrayRecord.cs (1)
133
array.SetValue(record.
GetValue
(), resultIndex++);
System\Formats\Nrbf\ClassRecord.cs (1)
133
value = record.
GetValue
();
System\Formats\Nrbf\MemberReferenceRecord.cs (1)
36
internal override object? GetValue() => GetReferencedRecord().
GetValue
();
System\Formats\Nrbf\PrimitiveTypeRecord.cs (1)
33
public object Value =>
GetValue
()!;
System\Formats\Nrbf\RectangularArrayRecord.cs (1)
261
? serializationRecord.
GetValue
()