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