4 references to BindObjectCreationExpression
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Initializers.vb (2)
408boundInitExpression = BindObjectCreationExpression(asNew.NewExpression.Type, 516boundInitValue = BindObjectCreationExpression(asNewSyntax.Type,
Binding\Binder_ObjectInitializer.vb (1)
61Return BindObjectCreationExpression(node.Type, node.ArgumentList, type, node, diagnostics, Nothing)
Binding\Binder_Statements.vb (1)
1187declarationInitializer = BindObjectCreationExpression(asNew.Type,