3 references to CreateBadClassCreationExpression
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Conversions.cs (2)
1331
result = @this._binder.
CreateBadClassCreationExpression
(
2798
CreateBadClassCreationExpression
(
Binder\Binder_Expressions.cs (1)
6912
return
CreateBadClassCreationExpression
(node, typeNode, type, analyzedArguments, initializerSyntaxOpt, initializerTypeOpt, memberResolutionResult, candidateConstructors, in overloadResolutionUseSiteInfo, diagnostics);