6 references to BuckStopsHereBinder
Microsoft.CodeAnalysis.CSharp (6)
Binder\BinderFactory.cs (1)
79
_buckStopsHereBinder = new
BuckStopsHereBinder
(compilation, FileIdentifier.Create(syntaxTree, compilation.Options.SourceReferenceResolver));
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));
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (1)
549
Binder binder = new
BuckStopsHereBinder
(compilation, FileIdentifier.Create(syntaxTree, compilation.Options.SourceReferenceResolver));
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (1)
473
Binder binder = WithUsingNamespacesAndTypesBinder.Create(compilation.GlobalImports, next: new
BuckStopsHereBinder
(compilation, null), withImportChainEntry: true);
Symbols\Synthesized\SynthesizedSimpleProgramEntryPointSymbol.cs (1)
222
Binder result = new
BuckStopsHereBinder
(compilation, FileIdentifier.Create(syntaxNode.SyntaxTree, compilation.Options.SourceReferenceResolver));