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