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