4 references to GetSeverity
dotnet-format (4)
Commands\FormatAnalyzersCommand.cs (1)
40formatOptions = formatOptions with { AnalyzerSeverity = GetSeverity(analyzerSeverity) };
Commands\FormatStyleCommand.cs (1)
40formatOptions = formatOptions with { CodeStyleSeverity = GetSeverity(styleSeverity) };
Commands\RootFormatCommand.cs (2)
43formatOptions = formatOptions with { AnalyzerSeverity = GetSeverity(defaultSeverity) }; 44formatOptions = formatOptions with { CodeStyleSeverity = GetSeverity(defaultSeverity) };