2 references to IgnoreUnchangeableDocumentsWhenApplyingChanges
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace.cs (2)
1743
var changedDocumentIds = projectChanges.GetChangedDocuments(onlyGetDocumentsWithTextChanges: true,
IgnoreUnchangeableDocumentsWhenApplyingChanges
).ToImmutableArray();
1993
if (newDoc.HasTextChanged(oldDoc,
IgnoreUnchangeableDocumentsWhenApplyingChanges
))