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