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)
24foreach (var id in _newSolution.ProjectIds) 28yield return _newSolution.GetRequiredProject(id); 38foreach (var id in _newSolution.ProjectIds) 40var newState = _newSolution.GetProjectState(id); 44yield return _newSolution.GetRequiredProject(id).GetChanges(_oldSolution.GetRequiredProject(id)); 53if (!_newSolution.ContainsProject(id)) 63foreach (var analyzerReference in _newSolution.AnalyzerReferences) 74var newAnalyzerReferences = new HashSet<AnalyzerReference>(_newSolution.AnalyzerReferences);