4 references to ContentEqualsAsync
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\EditSession.cs (4)
276
return oldDocument != newDocument && !await
ContentEqualsAsync
(oldDocument, newDocument, cancellationToken).ConfigureAwait(false);
355
if (await
ContentEqualsAsync
(oldProject.GetRequiredDocument(documentId), document, cancellationToken).ConfigureAwait(false))
411
if (!await
ContentEqualsAsync
(oldProject.GetRequiredAdditionalDocument(documentId), document, cancellationToken).ConfigureAwait(false))
420
if (!await
ContentEqualsAsync
(oldProject.GetRequiredAnalyzerConfigDocument(documentId), document, cancellationToken).ConfigureAwait(false))