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)
37public int Rank => ArrayInfo.Rank;
System\Formats\Nrbf\MemberTypeInfo.cs (2)
133return arrayInfo.Rank == 1 135: elementTypeName.MakeArrayTypeName(arrayInfo.Rank);