2 references to SyntaxFormatting
Microsoft.CodeAnalysis.Features (2)
src\Analyzers\Core\CodeFixes\RemoveUnusedParametersAndValues\AbstractRemoveUnusedValuesCodeFixProvider.cs (2)
286
var formattingOptions = await document.GetSyntaxFormattingOptionsAsync(
SyntaxFormatting
, cancellationToken).ConfigureAwait(false);
849
rootWithTrackedNodes =
SyntaxFormatting
.GetFormattingResult(rootWithTrackedNodes, spansToFormat, options, rules: default, cancellationToken).GetFormattedRoot(cancellationToken);