2 references to GetChangedDocuments
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\ProjectChanges.cs (1)
127
=>
GetChangedDocuments
(onlyGetDocumentsWithTextChanges, ignoreUnchangeableDocuments: false);
Workspace\Workspace.cs (1)
1777
var changedDocumentIds = projectChanges.
GetChangedDocuments
(onlyGetDocumentsWithTextChanges: true, IgnoreUnchangeableDocumentsWhenApplyingChanges).ToImmutableArray();