2 references to GetTextEditsAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Formatting\FormatDocumentHandler.cs (1)
29
=>
GetTextEditsAsync
(context, request.Options, _globalOptions, cancellationToken);
Handler\Formatting\FormatDocumentRangeHandler.cs (1)
29
=>
GetTextEditsAsync
(context, request.Options, _globalOptions, cancellationToken, range: request.Range);