2 references to GetChangedDocuments
Microsoft.CodeAnalysis.Workspaces (2)
CodeActions\CodeAction_Cleanup.cs (1)
81
.SelectMany(p => p.
GetChangedDocuments
(onlyGetDocumentsWithTextChanges: true).Concat(p.GetAddedDocuments()))
Workspace\Solution\ProjectChanges.cs (1)
66
=>
GetChangedDocuments
(onlyGetDocumentsWithTextChanges: false);