1 write to _newSolution
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionChanges.cs (1)
18
_newSolution
= newSolution;
8 references to _newSolution
Microsoft.CodeAnalysis.Workspaces (8)
Workspace\Solution\SolutionChanges.cs (8)
24
foreach (var id in
_newSolution
.ProjectIds)
28
yield return
_newSolution
.GetRequiredProject(id);
38
foreach (var id in
_newSolution
.ProjectIds)
40
var newState =
_newSolution
.GetProjectState(id);
44
yield return
_newSolution
.GetRequiredProject(id).GetChanges(_oldSolution.GetRequiredProject(id));
53
if (!
_newSolution
.ContainsProject(id))
63
foreach (var analyzerReference in
_newSolution
.AnalyzerReferences)
74
var newAnalyzerReferences = new HashSet<AnalyzerReference>(
_newSolution
.AnalyzerReferences);