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