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