4 references to BoundObjectCreationExpression
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_ObjectInitializer.vb (2)
116
Return New
BoundObjectCreationExpression
(
494
resultExpression = New
BoundObjectCreationExpression
(node,
BoundTree\BoundObjectCreationExpression.vb (1)
16
Me.
New
(syntax, constructorOpt, Nothing, arguments, defaultArguments:=defaultArguments, initializerOpt, type, hasErrors)
Generated\BoundNodes.xml.Generated.vb (1)
3551
Dim result = New
BoundObjectCreationExpression
(Me.Syntax, constructorOpt, methodGroupOpt, arguments, defaultArguments, initializerOpt, type, Me.HasErrors)