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