1 reference to GetFormattingChangesAsync
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\LanguageServer\Handler\Formatting\AbstractFormatDocumentHandlerBase.cs (1)
48
var textChanges = await formattingService.
GetFormattingChangesAsync
(document, options, textSpan, cancellationToken).ConfigureAwait(false);