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