2 references to FormatAsync
dotnet-format (1)
Formatters\WhitespaceFormatter.cs (1)
45
var formattedDocument = await Formatter.
FormatAsync
(document, optionSet, cancellationToken).ConfigureAwait(false);
Microsoft.DotNet.GenAPI (1)
CSharpAssemblyDocumentGenerator.cs (1)
108
document = await Formatter.
FormatAsync
(document, DefineFormattingOptions()).ConfigureAwait(false);