4 references to FormatAsync
dotnet-format (4)
Commands\FormatAnalyzersCommand.cs (1)
57return await FormatAsync(formatOptions, logger, cancellationToken).ConfigureAwait(false);
Commands\FormatStyleCommand.cs (1)
57return await FormatAsync(formatOptions, logger, cancellationToken).ConfigureAwait(false);
Commands\FormatWhitespaceCommand.cs (1)
59return await FormatAsync(formatOptions, logger, cancellationToken).ConfigureAwait(false);
Commands\RootFormatCommand.cs (1)
61return await FormatAsync(formatOptions, logger, cancellationToken).ConfigureAwait(false);