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