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