4 references to GetBinder
Microsoft.CodeAnalysis.CSharp (3)
Compilation\CSharpCompilation.cs (1)
2215var binder = GetBinder(syntax);
Symbols\Source\SourceMemberContainerSymbol.cs (1)
4018return this.DeclaringCompilation.GetBinder(syntaxNode);
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (1)
352var binder = compilation.GetBinder(_userMainReturnTypeSyntax);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\NullableConversionTests.cs (1)
814compilation.GetBinder(target).BindExpression(operand, bag),