2 implementations of FormatAsync
dotnet-format (2)
Analyzers\AnalyzerFormatter.cs (1)
55public async Task<Solution> FormatAsync(
Formatters\DocumentFormatter.cs (1)
32public async Task<Solution> FormatAsync(
1 reference to FormatAsync
dotnet-format (1)
CodeFormatter.cs (1)
160formattedSolution = await s_codeFormatters[index].FormatAsync(workspace, formattedSolution, formattableDocuments, formatOptions, logger, formattedFiles, cancellationToken).ConfigureAwait(false);