4 references to BindClassCreationExpression
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Conversions.cs (1)
1051
collectionCreation = binder.
BindClassCreationExpression
(syntax, namedType.Name, syntax, namedType, analyzedArguments, @this._diagnostics);
Binder\Binder_Expressions.cs (2)
5737
var creation =
BindClassCreationExpression
(node, type.Name, node, type, analyzedArguments, diagnostics);
7165
var classCreation =
BindClassCreationExpression
(
Binder\Binder_Query.cs (1)
1033
var result =
BindClassCreationExpression
(node, toCreate.Name, node, toCreate, analyzedArguments, diagnostics);