Base:
property
Rank
Microsoft.CodeAnalysis.VisualBasic.Symbols.ArrayTypeSymbol.Rank
2 references to Rank
Microsoft.CodeAnalysis.VisualBasic (2)
Semantics\TypeInference\TypeInferenceCollection.vb (2)
316
Dim rank As Integer = DirectCast(resultList(0).ResultType, ArrayLiteralTypeSymbol).
Rank
319
If DirectCast(resultList(i).ResultType, ArrayLiteralTypeSymbol).
Rank
<> rank Then