15 references to ArrayBounds
Microsoft.CodeAnalysis.VisualBasic (9)
Binding\Binder_Statements.vb (2)
699
If redimOperand.
ArrayBounds
IsNot Nothing Then
700
boundIndices = BindArrayBounds(redimOperand.
ArrayBounds
, diagnostics, errorOnEmptyBound:=True)
Generated\Syntax.xml.Main.Generated.vb (2)
3704
Dim newArrayBounds = DirectCast(Visit(node.
ArrayBounds
), ArgumentListSyntax)
3705
If node.
ArrayBounds
IsNot newArrayBounds Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (5)
21037
return Update(expression, Me.
ArrayBounds
)
21059
Dim _child = If(Me.
ArrayBounds
IsNot Nothing, Me.
ArrayBounds
, SyntaxFactory.ArgumentList())
21079
Return Me.
ArrayBounds
21105
If expression IsNot Me.Expression OrElse arrayBounds IsNot Me.
ArrayBounds
Then
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (2)
IsStatementTerminatingTokenVisitor.vb (2)
88
If lastClause.
ArrayBounds
IsNot Nothing Then
89
Return TargetTokenMatches(lastClause.
ArrayBounds
.CloseParenToken)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (2)
Generated\Syntax.Test.xml.Generated.vb (2)
20344
Assert.NotNull(objectUnderTest.
arrayBounds
)
20345
Dim withObj = objectUnderTest.WithExpression(objectUnderTest.Expression).WithArrayBounds(objectUnderTest.
ArrayBounds
)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
IsStatementTerminatingTokenVisitor.vb (2)
88
If lastClause.
ArrayBounds
IsNot Nothing Then
89
Return TargetTokenMatches(lastClause.
ArrayBounds
.CloseParenToken)