1 write to Rank
System.Formats.Nrbf (1)
System\Formats\Nrbf\ArrayInfo.cs (1)
30Rank = rank;
3 references to Rank
System.Formats.Nrbf (3)
System\Formats\Nrbf\ArrayRecord.cs (1)
40public int Rank => ArrayInfo.Rank;
System\Formats\Nrbf\MemberTypeInfo.cs (2)
168return arrayInfo.Rank == 1 170: elementTypeName.MakeArrayTypeName(arrayInfo.Rank);