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