1 write to _rank
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoArrayType.cs (1)
24
_rank
= rank;
4 references to _rank
System.Reflection.MetadataLoadContext (4)
System\Reflection\TypeLoading\Types\RoArrayType.cs (4)
33
protected sealed override string Suffix => Helpers.ComputeArraySuffix(
_rank
, _multiDim);
35
public sealed override int GetArrayRank() =>
_rank
;
77
int rank =
_rank
;
154
int rank =
_rank
;