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