1 reference to ChangedDocumentsToTextDocumentEditsAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Rename\RenameHandler.cs (1)
71
var documentEdits = await ProtocolConversions.
ChangedDocumentsToTextDocumentEditsAsync
(renamedSolution, oldSolution, cancellationToken).ConfigureAwait(false);