1 write to _newSolution
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionChanges.cs (1)
21
_newSolution
= newSolution;
11 references to _newSolution
Microsoft.CodeAnalysis.Workspaces (11)
Workspace\Solution\SolutionChanges.cs (11)
27
foreach (var id in
_newSolution
.ProjectIds)
31
yield return
_newSolution
.GetRequiredProject(id);
41
foreach (var id in
_newSolution
.ProjectIds)
43
var newState =
_newSolution
.GetProjectState(id);
47
yield return
_newSolution
.GetRequiredProject(id).GetChanges(_oldSolution.GetRequiredProject(id));
56
if (!
_newSolution
.ContainsProject(id))
66
foreach (var analyzerReference in
_newSolution
.AnalyzerReferences)
77
var newAnalyzerReferences = new HashSet<AnalyzerReference>(
_newSolution
.AnalyzerReferences);
97
if (
_newSolution
.CompilationState.FrozenSourceGeneratedDocumentStates.IsEmpty)
101
foreach (var (id, _) in
_newSolution
.CompilationState.FrozenSourceGeneratedDocumentStates.States)
108
return
_newSolution
.CompilationState.FrozenSourceGeneratedDocumentStates.GetChangedStateIds(