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