11 references to _fullSolutionLoadScopes
Microsoft.VisualStudio.LanguageServices (11)
ProjectSystem\Legacy\SolutionEventsBatchScopeCreator.cs (11)
47_fullSolutionLoadScopes.Add((project, hierarchy, project.CreateBatchScope())); 57foreach (var scope in _fullSolutionLoadScopes) 62_fullSolutionLoadScopes.Remove(scope); 74foreach (var (_, _, batchScope) in _fullSolutionLoadScopes) 79_fullSolutionLoadScopes.Clear(); 88for (var i = 0; i < _fullSolutionLoadScopes.Count; i++) 90if (_fullSolutionLoadScopes[i].hierarchy == hierarchy) 92_fullSolutionLoadScopes[i].batchScope.Dispose(); 93_fullSolutionLoadScopes.RemoveAt(i); 162if (_fullSolutionLoadScopes.Count > 0) 181Contract.ThrowIfTrue(_scopeCreator._fullSolutionLoadScopes.Any());