1 implementation of GetHtmlOnTypeFormattingChangesAsync
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Formatting\RazorFormattingService.cs (1)
159public async Task<ImmutableArray<TextChange>> GetHtmlOnTypeFormattingChangesAsync(DocumentContext documentContext, ImmutableArray<TextChange> htmlChanges, RazorFormattingOptions options, int hostDocumentIndex, char triggerCharacter, CancellationToken cancellationToken)
1 reference to GetHtmlOnTypeFormattingChangesAsync
Microsoft.CodeAnalysis.Remote.Razor (1)
Formatting\RemoteFormattingService.cs (1)
95return await _formattingService.GetHtmlOnTypeFormattingChangesAsync(context, htmlChanges, options, hostDocumentIndex, triggerCharacter[0], cancellationToken).ConfigureAwait(false);