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