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