1 write to _backgroundSolution
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\Legacy\SolutionEventsBatchScopeCreator.cs (1)
53_backgroundSolution = (IVsBackgroundSolution)serviceProvider.GetService(typeof(SVsBackgroundSolution));
2 references to _backgroundSolution
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\Legacy\SolutionEventsBatchScopeCreator.cs (2)
63if (_backgroundSolution.IsSolutionOpening) 144_ = _backgroundSolution.SubscribeListener(new SolutionEventsEventListener(this));