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