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