2 references to GetBinder
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpCompilation.cs (1)
2191var binder = GetBinder(syntax);
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (1)
350var binder = compilation.GetBinder(_userMainReturnTypeSyntax);