1 write to _oldSolution
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionChanges.cs (1)
19_oldSolution = oldSolution;
7 references to _oldSolution
Microsoft.CodeAnalysis.Workspaces (7)
Workspace\Solution\SolutionChanges.cs (7)
26if (!_oldSolution.ContainsProject(id)) 35var old = _oldSolution; 44yield return _newSolution.GetRequiredProject(id).GetChanges(_oldSolution.GetRequiredProject(id)); 51foreach (var id in _oldSolution.ProjectIds) 55yield return _oldSolution.GetRequiredProject(id); 62var oldAnalyzerReferences = new HashSet<AnalyzerReference>(_oldSolution.AnalyzerReferences); 75foreach (var analyzerReference in _oldSolution.AnalyzerReferences)