10 references to BindArgumentsAndNames
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder_Expressions.cs (7)
4919
this.
BindArgumentsAndNames
(initializerArgumentListOpt, diagnostics, analyzedArguments, allowArglist: true);
5246
BindArgumentsAndNames
(node.ArgumentList, diagnostics, arguments, allowArglist: true);
5415
BindArgumentsAndNames
(node.ArgumentList, diagnostics, analyzedArguments, isDelegateCreation: true);
5597
BindArgumentsAndNames
(node.ArgumentList, diagnostics, analyzedArguments, allowArglist: true);
7003
BindArgumentsAndNames
(node.ArgumentList, diagnostics, analyzedArguments);
7161
BindArgumentsAndNames
(node.ArgumentList, diagnostics, analyzedArguments);
9474
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);