1 override of SyntaxFormatting
Microsoft.CodeAnalysis.CSharp.Features (1)
src\Analyzers\CSharp\CodeFixes\RemoveUnusedParametersAndValues\CSharpRemoveUnusedValuesCodeFixProvider.cs (1)
32
protected override ISyntaxFormatting
SyntaxFormatting
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);