2 references to BindInterfaceCreationExpression
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Conversions.cs (1)
789
return binder.
BindInterfaceCreationExpression
(syntax, (NamedTypeSymbol)type, diagnostics, typeNode: syntax, arguments, initializerOpt, wasTargetTyped: true);
Binder\Binder_Expressions.cs (1)
6932
var result =
BindInterfaceCreationExpression
(node, type, diagnostics, node.Type, analyzedArguments, node.Initializer, wasTargetTyped: false);