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