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