10 references to SeverityOption
dotnet-format (10)
Commands\FormatAnalyzersCommand.cs (3)
22SeverityOption, 38if (parseResult.GetResult(SeverityOption) is not null && 39parseResult.GetValue(SeverityOption) is string { Length: > 0 } analyzerSeverity)
Commands\FormatCommandCommon.cs (1)
97SeverityOption.AcceptOnlyFromAmong(SeverityLevels);
Commands\FormatStyleCommand.cs (3)
22SeverityOption, 38if (parseResult.GetResult(SeverityOption) is not null && 39parseResult.GetValue(SeverityOption) is string { Length: > 0 } styleSeverity)
Commands\RootFormatCommand.cs (3)
25SeverityOption, 41if (parseResult.GetResult(SeverityOption) is not null && 42parseResult.GetValue(SeverityOption) is string { Length: > 0 } defaultSeverity)