1 write to _scopeCreator
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\Legacy\SolutionEventsBatchScopeCreator.cs (1)
177
=>
_scopeCreator
= scopeCreator;
5 references to _scopeCreator
Microsoft.VisualStudio.LanguageServices (5)
ProjectSystem\Legacy\SolutionEventsBatchScopeCreator.cs (5)
181
Contract.ThrowIfTrue(
_scopeCreator
._fullSolutionLoadScopes.Any());
183
_scopeCreator
._solutionLoaded = false;
190
_scopeCreator
._solutionLoaded = false;
197
_scopeCreator
._solutionLoaded = true;
198
_scopeCreator
.StopTrackingAllProjects();