2 writes to _backgroundCompiler
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\VisualStudioWorkspace.cs (2)
40_backgroundCompiler = new BackgroundCompiler(this); 59_backgroundCompiler = null; // PartialSemanticsEnabled will now return false
3 references to _backgroundCompiler
Microsoft.VisualStudio.LanguageServices (3)
ProjectSystem\VisualStudioWorkspace.cs (3)
56if (_backgroundCompiler != null) 58_backgroundCompiler.Dispose(); 79return _backgroundCompiler != null;