7 references to ArrayBounds
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Syntax.Generated.vb (7)
11717return Update(identifier, Me.Nullable, Me.ArrayBounds, Me.ArrayRankSpecifiers) 11742return Update(Me.Identifier, nullable, Me.ArrayBounds, Me.ArrayRankSpecifiers) 11767Dim _child = If(Me.ArrayBounds IsNot Nothing, Me.ArrayBounds, SyntaxFactory.ArgumentList()) 11791return Update(Me.Identifier, Me.Nullable, Me.ArrayBounds, arrayRankSpecifiers) 11812Return Me.ArrayBounds 11846If identifier <> Me.Identifier OrElse nullable <> Me.Nullable OrElse arrayBounds IsNot Me.ArrayBounds OrElse arrayRankSpecifiers <> Me.ArrayRankSpecifiers Then