1 instantiation of BinaryArrayRecord
System.Formats.Nrbf (1)
System\Formats\Nrbf\BinaryArrayRecord.cs (1)
193: new BinaryArrayRecord(arrayInfo, memberTypeInfo);
4 references to BinaryArrayRecord
System.Formats.Nrbf (4)
System\Formats\Nrbf\BinaryArrayRecord.cs (3)
196private static long GetJaggedArrayFlattenedLength(BinaryArrayRecord jaggedArrayRecord) 199Queue<BinaryArrayRecord>? jaggedArrayRecords = null; 236(jaggedArrayRecords ??= new()).Enqueue((BinaryArrayRecord)nestedArrayRecord);
System\Formats\Nrbf\NrbfDecoder.cs (1)
226SerializationRecordType.BinaryArray => BinaryArrayRecord.Decode(reader, recordMap, options),