4 references to BindIdentifier
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Expressions.cs (2)
628return BindIdentifier((SimpleNameSyntax)node, invoked, indexed, diagnostics); 7506var boundValue = BindIdentifier(left, invoked: false, indexed: false, diagnostics: valueDiagnostics);
Binder\Binder_Invocation.cs (1)
30return BindIdentifier((SimpleNameSyntax)node, invoked, indexed, diagnostics);
Binder\InMethodBinder.cs (1)
32/// and <see cref="Binder.BindIdentifier"/> to validate some assumptions around identifiers.