4 references to BoundArrayCreation
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Invocation.vb (1)
2722
argument = New
BoundArrayCreation
(node, True,
BoundTree\BoundArrayCreation.vb (2)
14
Me.
New
(syntax, False, bounds, initializerOpt, Nothing, Nothing, type, hasErrors)
18
Me.
New
(syntax, False, bounds, initializerOpt, arrayLiteralOpt, arrayLiteralConversion, type, hasErrors)
Generated\BoundNodes.xml.Generated.vb (1)
3998
Dim result = New
BoundArrayCreation
(Me.Syntax, isParamArrayArgument, bounds, initializerOpt, arrayLiteralOpt, arrayLiteralConversion, type, Me.HasErrors)