3 references to GetBinder
Microsoft.CodeAnalysis.CSharp (3)
Compilation\CSharpCompilation.cs (1)
2193var binder = GetBinder(syntax);
Symbols\Source\SourceMemberContainerSymbol.cs (1)
3567return this.DeclaringCompilation.GetBinder(syntaxNode);
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (1)
350var binder = compilation.GetBinder(_userMainReturnTypeSyntax);