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)
26
if (!
_oldSolution
.ContainsProject(id))
35
var old =
_oldSolution
;
44
yield return _newSolution.GetRequiredProject(id).GetChanges(
_oldSolution
.GetRequiredProject(id));
51
foreach (var id in
_oldSolution
.ProjectIds)
55
yield return
_oldSolution
.GetRequiredProject(id);
62
var oldAnalyzerReferences = new HashSet<AnalyzerReference>(
_oldSolution
.AnalyzerReferences);
75
foreach (var analyzerReference in
_oldSolution
.AnalyzerReferences)