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