1 implementation of GetDocumentFormattingChangesAsync
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Formatting\RazorFormattingService.cs (1)
63public async Task<ImmutableArray<TextChange>> GetDocumentFormattingChangesAsync(
2 references to GetDocumentFormattingChangesAsync
Microsoft.CodeAnalysis.Remote.Razor (2)
Formatting\RemoteFormattingService.cs (2)
38context => new ValueTask<ImmutableArray<TextChange>>(_formattingService.GetDocumentFormattingChangesAsync(context, htmlChanges, span: null, options, cancellationToken)), 55return await _formattingService.GetDocumentFormattingChangesAsync(context, htmlChanges, linePositionSpan, options, cancellationToken).ConfigureAwait(false);