12 references to ArrayBounds
Microsoft.CodeAnalysis.VisualBasic (12)
Binding\Binder_Expressions.vb (1)
4081
Dim arrayBoundsOpt = node.
ArrayBounds
Generated\Syntax.xml.Main.Generated.vb (2)
4017
Dim newArrayBounds = DirectCast(Visit(node.
ArrayBounds
), ArgumentListSyntax)
4018
If node.
ArrayBounds
IsNot newArrayBounds Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (9)
23755
return Update(newKeyword, Me.AttributeLists, Me.Type, Me.
ArrayBounds
, Me.RankSpecifiers, Me.Initializer)
23786
return Update(Me.NewKeyword, attributeLists, Me.Type, Me.
ArrayBounds
, Me.RankSpecifiers, Me.Initializer)
23811
return Update(Me.NewKeyword, Me.AttributeLists, type, Me.
ArrayBounds
, Me.RankSpecifiers, Me.Initializer)
23836
Dim _child = If(Me.
ArrayBounds
IsNot Nothing, Me.
ArrayBounds
, SyntaxFactory.ArgumentList())
23860
return Update(Me.NewKeyword, Me.AttributeLists, Me.Type, Me.
ArrayBounds
, rankSpecifiers, Me.Initializer)
23882
return Update(Me.NewKeyword, Me.AttributeLists, Me.Type, Me.
ArrayBounds
, Me.RankSpecifiers, initializer)
23914
Return Me.
ArrayBounds
23956
If newKeyword <> Me.NewKeyword OrElse attributeLists <> Me.AttributeLists OrElse type IsNot Me.Type OrElse arrayBounds IsNot Me.
ArrayBounds
OrElse rankSpecifiers <> Me.RankSpecifiers OrElse initializer IsNot Me.Initializer Then