2 instantiations of BackgroundCompiler
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\TestWorkspace.cs (1)
118_backgroundCompiler = new BackgroundCompiler(this);
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspace.cs (1)
40_backgroundCompiler = new BackgroundCompiler(this);
2 references to BackgroundCompiler
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\TestWorkspace.cs (1)
56private readonly BackgroundCompiler _backgroundCompiler;
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspace.cs (1)
24private BackgroundCompiler? _backgroundCompiler;