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)
27foreach (var id in _newSolution.ProjectIds) 31yield return _newSolution.GetRequiredProject(id); 41foreach (var id in _newSolution.ProjectIds) 43var newState = _newSolution.GetProjectState(id); 47yield return _newSolution.GetRequiredProject(id).GetChanges(_oldSolution.GetRequiredProject(id)); 56if (!_newSolution.ContainsProject(id)) 66foreach (var analyzerReference in _newSolution.AnalyzerReferences) 77var newAnalyzerReferences = new HashSet<AnalyzerReference>(_newSolution.AnalyzerReferences); 97if (_newSolution.CompilationState.FrozenSourceGeneratedDocumentStates.IsEmpty) 101foreach (var (id, _) in _newSolution.CompilationState.FrozenSourceGeneratedDocumentStates.States) 108return _newSolution.CompilationState.FrozenSourceGeneratedDocumentStates.GetChangedStateIds(