11 references to BindArgumentsAndNames
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder_Expressions.cs (8)
4933
this.
BindArgumentsAndNames
(initializerArgumentListOpt, diagnostics, analyzedArguments, allowArglist: true);
5260
BindArgumentsAndNames
(node.ArgumentList, diagnostics, arguments, allowArglist: true);
5452
@this.
BindArgumentsAndNames
(withElementSyntax.ArgumentList, diagnostics, analyzedArguments, allowArglist: true);
5503
BindArgumentsAndNames
(node.ArgumentList, diagnostics, analyzedArguments, isDelegateCreation: true);
5685
BindArgumentsAndNames
(node.ArgumentList, diagnostics, analyzedArguments, allowArglist: true);
7091
BindArgumentsAndNames
(node.ArgumentList, diagnostics, analyzedArguments);
7249
BindArgumentsAndNames
(node.ArgumentList, diagnostics, analyzedArguments);
9601
BindArgumentsAndNames
(argumentList, diagnostics, analyzedArguments);
Binder\Binder_Invocation.cs (2)
199
BindArgumentsAndNames
(node.ArgumentList, diagnostics, analyzedArguments, allowArglist: false);
248
BindArgumentsAndNames
(node.ArgumentList, diagnostics, analyzedArguments, allowArglist: true);
Binder\Binder_Statements.cs (1)
1193
BindArgumentsAndNames
(declarator.ArgumentList, diagnostics, analyzedArguments);