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