14 references to ArrayBounds
Microsoft.CodeAnalysis.VisualBasic (12)
Binding\Binder_Expressions.vb (1)
4050
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
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
20603
Dim withObj = objectUnderTest.WithNewKeyword(objectUnderTest.NewKeyword).WithAttributeLists(objectUnderTest.AttributeLists).WithType(objectUnderTest.Type).WithArrayBounds(objectUnderTest.
ArrayBounds
).WithRankSpecifiers(objectUnderTest.RankSpecifiers).WithInitializer(objectUnderTest.Initializer)
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\MethodXML\MethodXmlBuilder.vb (1)
652
If Not TryGenerateNewArray(arrayCreationExpression.
ArrayBounds
, arrayCreationExpression.Initializer, type) Then