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)
63
if (
_backgroundSolution
.IsSolutionOpening)
144
_ =
_backgroundSolution
.SubscribeListener(new SolutionEventsEventListener(this));