9 references to ArrayBounds
Microsoft.CodeAnalysis.VisualBasic (9)
Binding\Binder_Statements.vb (2)
730
If redimOperand.
ArrayBounds
IsNot Nothing Then
731
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