2 references to GetTextEditsAsync
Microsoft.VisualStudio.LanguageServices.Xaml (2)
Implementation\LanguageServer\Handler\Formatting\FormatDocumentHandler.cs (1)
28=> GetTextEditsAsync(request.Options, context, cancellationToken);
Implementation\LanguageServer\Handler\Formatting\FormatDocumentRangeHandler.cs (1)
28=> GetTextEditsAsync(request.Options, context, cancellationToken, range: request.Range);