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