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