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)
29if (!_oldSolution.ContainsProject(id)) 38var old = _oldSolution; 47yield return _newSolution.GetRequiredProject(id).GetChanges(_oldSolution.GetRequiredProject(id)); 54foreach (var id in _oldSolution.ProjectIds) 58yield return _oldSolution.GetRequiredProject(id); 65var oldAnalyzerReferences = new HashSet<AnalyzerReference>(_oldSolution.AnalyzerReferences); 78foreach (var analyzerReference in _oldSolution.AnalyzerReferences) 103var oldState = _oldSolution.CompilationState.TryGetSourceGeneratedDocumentStateForAlreadyGeneratedId(id);