8 references to GetBinder
Microsoft.CodeAnalysis.CSharp (7)
Compilation\CSharpCompilation.cs (1)
2242
var binder =
GetBinder
(syntax);
Symbols\Source\SourceMemberContainerSymbol.cs (1)
3964
return this.DeclaringCompilation.
GetBinder
(syntaxNode);
Symbols\Source\SourceNamedTypeSymbol.cs (1)
52
var baseBinder = this.DeclaringCompilation.
GetBinder
(bases);
Symbols\Source\SourceNamedTypeSymbol_Bases.cs (2)
219
var baseBinder = this.DeclaringCompilation.
GetBinder
(bases);
448
var baseBinder = this.DeclaringCompilation.
GetBinder
(bases);
Symbols\Source\SourceNamedTypeSymbol_Enum.cs (1)
61
var baseBinder = compilation.
GetBinder
(bases);
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),