2 references to HasDocumentDifferencesAsync
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\EditSession.cs (2)
301if (oldProject == null || await HasDocumentDifferencesAsync(oldProject, newProject, documentDifferences: null, cancellationToken).ConfigureAwait(false)) 448if (!await HasDocumentDifferencesAsync(oldProject, newProject, documentDifferences, cancellationToken).ConfigureAwait(false))