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