1 write to _scopeCreator
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\Legacy\SolutionEventsBatchScopeCreator.cs (1)
178
=>
_scopeCreator
= scopeCreator;
5 references to _scopeCreator
Microsoft.VisualStudio.LanguageServices (5)
ProjectSystem\Legacy\SolutionEventsBatchScopeCreator.cs (5)
182
Contract.ThrowIfTrue(
_scopeCreator
._fullSolutionLoadScopes.Any());
184
_scopeCreator
._solutionLoaded = false;
191
_scopeCreator
._solutionLoaded = false;
198
_scopeCreator
._solutionLoaded = true;
199
_scopeCreator
.StopTrackingAllProjects();