1 reference to FixOneAsync
Microsoft.CodeAnalysis.Features (1)
FormattingCodeFixProvider.cs (1)
68
var updatedTree = await FormattingCodeFixHelper.
FixOneAsync
(tree, SyntaxFormatting, formattingOptions, diagnostic, cancellationToken).ConfigureAwait(false);