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