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