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)
196
private static long GetJaggedArrayFlattenedLength(
BinaryArrayRecord
jaggedArrayRecord)
199
Queue<
BinaryArrayRecord
>? jaggedArrayRecords = null;
236
(jaggedArrayRecords ??= new()).Enqueue((
BinaryArrayRecord
)nestedArrayRecord);
System\Formats\Nrbf\NrbfDecoder.cs (1)
226
SerializationRecordType.BinaryArray =>
BinaryArrayRecord
.Decode(reader, recordMap, options),