1 instantiation of ObjectNullRecord
System.Formats.Nrbf (1)
System\Formats\Nrbf\ObjectNullRecord.cs (1)
14
internal static ObjectNullRecord Instance { get; } =
new
();
2 references to ObjectNullRecord
System.Formats.Nrbf (2)
System\Formats\Nrbf\NrbfDecoder.cs (1)
235
SerializationRecordType.ObjectNull =>
ObjectNullRecord
.Instance,
System\Formats\Nrbf\ObjectNullRecord.cs (1)
14
internal static
ObjectNullRecord
Instance { get; } = new();