9 references to ArrayBounds
Microsoft.CodeAnalysis.VisualBasic (9)
Binding\Binder_Statements.vb (2)
730If redimOperand.ArrayBounds IsNot Nothing Then 731boundIndices = BindArrayBounds(redimOperand.ArrayBounds, diagnostics, errorOnEmptyBound:=True)
Generated\Syntax.xml.Main.Generated.vb (2)
3704Dim newArrayBounds = DirectCast(Visit(node.ArrayBounds), ArgumentListSyntax) 3705If node.ArrayBounds IsNot newArrayBounds Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (5)
21037return Update(expression, Me.ArrayBounds) 21059Dim _child = If(Me.ArrayBounds IsNot Nothing, Me.ArrayBounds, SyntaxFactory.ArgumentList()) 21079Return Me.ArrayBounds 21105If expression IsNot Me.Expression OrElse arrayBounds IsNot Me.ArrayBounds Then