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