1 write to _scopeCreator
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\Legacy\SolutionEventsBatchScopeCreator.cs (1)
179
=>
_scopeCreator
= scopeCreator;
5 references to _scopeCreator
Microsoft.VisualStudio.LanguageServices (5)
ProjectSystem\Legacy\SolutionEventsBatchScopeCreator.cs (5)
183
Contract.ThrowIfTrue(
_scopeCreator
._fullSolutionLoadScopes.Any());
185
_scopeCreator
._solutionLoaded = false;
192
_scopeCreator
._solutionLoaded = false;
199
_scopeCreator
._solutionLoaded = true;
200
_scopeCreator
.StopTrackingAllProjects();