10 references to BindArgumentsAndNames
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder_Expressions.cs (7)
4856
this.
BindArgumentsAndNames
(initializerArgumentListOpt, diagnostics, analyzedArguments, allowArglist: true);
5181
BindArgumentsAndNames
(node.ArgumentList, diagnostics, arguments, allowArglist: true);
5344
BindArgumentsAndNames
(node.ArgumentList, diagnostics, analyzedArguments, isDelegateCreation: true);
5526
BindArgumentsAndNames
(node.ArgumentList, diagnostics, analyzedArguments, allowArglist: true);
6931
BindArgumentsAndNames
(node.ArgumentList, diagnostics, analyzedArguments);
7089
BindArgumentsAndNames
(node.ArgumentList, diagnostics, analyzedArguments);
9319
BindArgumentsAndNames
(argumentList, diagnostics, analyzedArguments);
Binder\Binder_Invocation.cs (2)
198
BindArgumentsAndNames
(node.ArgumentList, diagnostics, analyzedArguments, allowArglist: false);
247
BindArgumentsAndNames
(node.ArgumentList, diagnostics, analyzedArguments, allowArglist: true);
Binder\Binder_Statements.cs (1)
1188
BindArgumentsAndNames
(declarator.ArgumentList, diagnostics, analyzedArguments);