11 references to _fullSolutionLoadScopes
Microsoft.VisualStudio.LanguageServices (11)
ProjectSystem\Legacy\SolutionEventsBatchScopeCreator.cs (11)
53_fullSolutionLoadScopes.Add((project, hierarchy, project.CreateBatchScope())); 63foreach (var scope in _fullSolutionLoadScopes) 68_fullSolutionLoadScopes.Remove(scope); 80foreach (var (_, _, batchScope) in _fullSolutionLoadScopes) 85_fullSolutionLoadScopes.Clear(); 94for (var i = 0; i < _fullSolutionLoadScopes.Count; i++) 96if (_fullSolutionLoadScopes[i].hierarchy == hierarchy) 98_fullSolutionLoadScopes[i].batchScope.Dispose(); 99_fullSolutionLoadScopes.RemoveAt(i); 168if (_fullSolutionLoadScopes.Count > 0) 187Contract.ThrowIfTrue(_scopeCreator._fullSolutionLoadScopes.Any());