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