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