15 references to ArrayBounds
Microsoft.CodeAnalysis.VisualBasic (9)
Binding\Binder_Statements.vb (2)
699If redimOperand.ArrayBounds IsNot Nothing Then 700boundIndices = 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
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (2)
IsStatementTerminatingTokenVisitor.vb (2)
88If lastClause.ArrayBounds IsNot Nothing Then 89Return TargetTokenMatches(lastClause.ArrayBounds.CloseParenToken)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (2)
Generated\Syntax.Test.xml.Generated.vb (2)
20344Assert.NotNull(objectUnderTest.arrayBounds) 20345Dim withObj = objectUnderTest.WithExpression(objectUnderTest.Expression).WithArrayBounds(objectUnderTest.ArrayBounds)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
IsStatementTerminatingTokenVisitor.vb (2)
88If lastClause.ArrayBounds IsNot Nothing Then 89Return TargetTokenMatches(lastClause.ArrayBounds.CloseParenToken)