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