1 write to OldSolution
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionChanges.cs (1)
22
OldSolution
= oldSolution;
8 references to OldSolution
Microsoft.CodeAnalysis.Workspaces (8)
Workspace\Solution\SolutionChanges.cs (8)
29
if (!
OldSolution
.ContainsProject(id))
38
var old =
OldSolution
;
47
yield return NewSolution.GetRequiredProject(id).GetChanges(
OldSolution
.GetRequiredProject(id));
54
foreach (var id in
OldSolution
.ProjectIds)
58
yield return
OldSolution
.GetRequiredProject(id);
65
var oldAnalyzerReferences = new HashSet<AnalyzerReference>(
OldSolution
.AnalyzerReferences);
78
foreach (var analyzerReference in
OldSolution
.AnalyzerReferences)
103
var oldState =
OldSolution
.CompilationState.TryGetSourceGeneratedDocumentStateForAlreadyGeneratedId(id);