3 references to BindIdentifier
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Expressions.cs (1)
619return BindIdentifier((SimpleNameSyntax)node, invoked, indexed, diagnostics);
Binder\Binder_Invocation.cs (1)
30return BindIdentifier((SimpleNameSyntax)node, invoked, indexed, diagnostics);
Binder\InMethodBinder.cs (1)
31/// and <see cref="Binder.BindIdentifier"/> to validate some assumptions around identifiers.