3 references to GetDocumentTextChangesAsync
Microsoft.CodeAnalysis.Workspaces (3)
Remote\RemoteUtilities.cs (2)
45
/// Applies the result of <see cref="
GetDocumentTextChangesAsync
"/> to <paramref name="oldSolution"/> to produce
46
/// a solution textually equivalent to the <c>newSolution</c> passed to <see cref="
GetDocumentTextChangesAsync
"/>.
Rename\IRemoteRenamerService.cs (1)
247
var documentTextChanges = await RemoteUtilities.
GetDocumentTextChangesAsync
(OldSolution, _newSolutionWithoutRenamedDocument, cancellationToken).ConfigureAwait(false);