3 references to BindDeclaratorArguments
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Statements.cs (1)
1106ImmutableArray<BoundExpression> arguments = BindDeclaratorArguments(declarator, localDiagnostics);
Symbols\Source\GlobalExpressionVariable.cs (1)
203binder.BindDeclaratorArguments((VariableDeclaratorSyntax)nodeToBind, BindingDiagnosticBag.Discarded);
Symbols\Source\SourceLocalSymbol.cs (1)
795_nodeBinder.BindDeclaratorArguments((VariableDeclaratorSyntax)_nodeToBind, diagnostics);