3 references to BindClassCreationExpression
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Expressions.cs (2)
5511
var creation =
BindClassCreationExpression
(node, type.Name, node, type, analyzedArguments, diagnostics);
6938
var classCreation =
BindClassCreationExpression
(
Binder\Binder_Query.cs (1)
1044
var result =
BindClassCreationExpression
(node, toCreate.Name, node, toCreate, analyzedArguments, diagnostics);