2 references to FormatAsync
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
src\Analyzers\Core\CodeFixes\UseAutoProperty\AbstractUseAutoPropertyCodeFixProvider.cs (1)
432
document = await this.SyntaxFormatting.
FormatAsync
(
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Formatting\FormatterShared.cs (1)
22
=> syntaxFormatting.
FormatAsync
(document, annotation, options, rules: default, cancellationToken);