3 references to Analyzers
dotnet-format (3)
Analyzers\AnalyzerFormatter.cs (1)
25FixCategory.Analyzers,
Commands\FormatAnalyzersCommand.cs (1)
56formatOptions = formatOptions with { FixCategory = FixCategory.Analyzers };
Commands\RootFormatCommand.cs (1)
60formatOptions = formatOptions with { FixCategory = FixCategory.Whitespace | FixCategory.CodeStyle | FixCategory.Analyzers };