Base:
method
GetArrayRank
System.Type.GetArrayRank()
4 references to GetArrayRank
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Array.cs (3)
218if (t.GetArrayRank() != 1) 255if (t.GetArrayRank() != lengths.Length) 311if (t.GetArrayRank() != lengths.Length)
System\Array.NativeAot.cs (1)
93Debug.Assert(arrayType.GetArrayRank() == rank);