1 implementation of FormatAsync
Microsoft.CodeAnalysis.Workspaces (1)
Formatting\AbstractFormattingService.cs (1)
18public Task<Document> FormatAsync(Document document, IEnumerable<TextSpan>? spans, LineFormattingOptions lineFormattingOptions, SyntaxFormattingOptions? syntaxFormattingOptions, CancellationToken cancellationToken)
1 reference to FormatAsync
Microsoft.CodeAnalysis.Workspaces (1)
Formatting\Formatter.cs (1)
88return await formattingService.FormatAsync(document, spans, lineFormattingOptions, syntaxFormattingOptions, cancellationToken).ConfigureAwait(false);