2 references to SolutionChanges
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixes\FixAllOccurrences\BatchFixAllProvider.cs (1)
171
var changedDocumentIds = new
SolutionChanges
(changedSolution, solution).GetProjectChanges().SelectMany(p => p.GetChangedDocuments());
Workspace\Solution\Solution.cs (1)
1656
return new
SolutionChanges
(this, oldSolution);