4 references to HasTextChanged
Microsoft.CodeAnalysis.Workspaces (4)
CodeActions\Operations\ApplyChangesOperation.cs (2)
132if (!changedDocument.HasTextChanged(originalDocument, ignoreUnchangeableDocument: false)) 149if (originalDocument.HasTextChanged(currentDocument, ignoreUnchangeableDocument: false))
Workspace\Solution\Document.cs (1)
71=> HasTextChanged(otherDocument, ignoreUnchangeableDocument: false);
Workspace\Workspace.cs (1)
2027if (newDoc.HasTextChanged(oldDoc, IgnoreUnchangeableDocumentsWhenApplyingChanges))