10 references to _fullSolutionLoadScopes
Microsoft.VisualStudio.LanguageServices (10)
ProjectSystem\Legacy\SolutionEventsBatchScopeCreator.cs (10)
65_fullSolutionLoadScopes.Add((project, hierarchy, project.CreateBatchScope())); 76foreach (var scope in _fullSolutionLoadScopes) 81_fullSolutionLoadScopes.Remove(scope); 101batchScopeTasks = _fullSolutionLoadScopes.SelectAsArray(static s => Task.Run(() => s.batchScope.DisposeAsync().AsTask())); 104_fullSolutionLoadScopes.Clear(); 116for (var i = 0; i < _fullSolutionLoadScopes.Count; i++) 118if (_fullSolutionLoadScopes[i].hierarchy == hierarchy) 120_fullSolutionLoadScopes[i].batchScope.Dispose(); 121_fullSolutionLoadScopes.RemoveAt(i); 177if (_fullSolutionLoadScopes.Count > 0)