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