9 references to ArrayRankSpecifiers
Microsoft.CodeAnalysis.VisualBasic (8)
Binding\Binder_Utils.vb (2)
419
Return identifierSyntax.ArrayBounds IsNot Nothing OrElse identifierSyntax.
ArrayRankSpecifiers
.Count > 0
559
Return ApplyArrayRankSpecifiersAndBoundsToType(baseType, modifiedIdentifier.
ArrayRankSpecifiers
, modifiedIdentifier.ArrayBounds, diagBag)
Generated\Syntax.xml.Main.Generated.vb (1)
2610
Dim newArrayRankSpecifiers = VisitList(node.
ArrayRankSpecifiers
)
Generated\Syntax.xml.Syntax.Generated.vb (5)
11717
return Update(identifier, Me.Nullable, Me.ArrayBounds, Me.
ArrayRankSpecifiers
)
11742
return Update(Me.Identifier, nullable, Me.ArrayBounds, Me.
ArrayRankSpecifiers
)
11763
return Update(Me.Identifier, Me.Nullable, arrayBounds, Me.
ArrayRankSpecifiers
)
11795
Return Me.WithArrayRankSpecifiers(Me.
ArrayRankSpecifiers
.AddRange(items))
11846
If identifier <> Me.Identifier OrElse nullable <> Me.Nullable OrElse arrayBounds IsNot Me.ArrayBounds OrElse arrayRankSpecifiers <> Me.
ArrayRankSpecifiers
Then
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Classification\SyntaxClassification\NameSyntaxClassifier.vb (1)
240
modifiedIdentifier.
ArrayRankSpecifiers
.Count > 0 OrElse