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);