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