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)
56
if (
_backgroundCompiler
!= null)
58
_backgroundCompiler
.Dispose();
79
return
_backgroundCompiler
!= null;