10 references to BindArgumentsAndNames
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder_Expressions.cs (7)
4138
this.
BindArgumentsAndNames
(initializerArgumentListOpt, diagnostics, analyzedArguments, allowArglist: true);
4408
BindArgumentsAndNames
(node.ArgumentList, diagnostics, arguments, allowArglist: true);
4484
BindArgumentsAndNames
(node.ArgumentList, diagnostics, analyzedArguments, isDelegateCreation: true);
4666
BindArgumentsAndNames
(node.ArgumentList, diagnostics, analyzedArguments, allowArglist: true);
5806
BindArgumentsAndNames
(node.ArgumentList, diagnostics, analyzedArguments);
5964
BindArgumentsAndNames
(node.ArgumentList, diagnostics, analyzedArguments);
7878
BindArgumentsAndNames
(argumentList, diagnostics, analyzedArguments);
Binder\Binder_Invocation.cs (2)
175
BindArgumentsAndNames
(node.ArgumentList, diagnostics, analyzedArguments, allowArglist: false);
183
BindArgumentsAndNames
(node.ArgumentList, diagnostics, analyzedArguments, allowArglist: true);
Binder\Binder_Statements.cs (1)
1195
BindArgumentsAndNames
(declarator.ArgumentList, diagnostics, analyzedArguments);