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