3 instantiations of BuckStopsHereBinder
Microsoft.CodeAnalysis.CSharp (3)
Compilation\CSharpCompilation.cs (1)
87
Interlocked.CompareExchange(ref _conversions, new
BuckStopsHereBinder
(this, associatedFileIdentifier: null).Conversions, null);
Compilation\CSharpCompilation.UsingsFromOptionsAndDiagnostics.cs (1)
37
var usingsBinder = new InContainerBinder(compilation.GlobalNamespace, new
BuckStopsHereBinder
(compilation, associatedFileIdentifier: null));
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (1)
473
Binder binder = WithUsingNamespacesAndTypesBinder.Create(compilation.GlobalImports, next: new
BuckStopsHereBinder
(compilation, null), withImportChainEntry: true);
4 references to BuckStopsHereBinder
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder.cs (1)
33
RoslynDebug.Assert(this is
BuckStopsHereBinder
);
Binder\Binder_Lookup.cs (1)
1371
if (binder is
BuckStopsHereBinder
lastBinder)
Binder\BinderFactory.BinderFactoryVisitor.cs (1)
61
private
BuckStopsHereBinder
buckStopsHereBinder
Binder\BinderFactory.cs (1)
52
private readonly
BuckStopsHereBinder
_buckStopsHereBinder;