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