9 references to ExcludeDiagnosticsOption
dotnet-format (9)
Commands\FormatAnalyzersCommand.cs (3)
21
ExcludeDiagnosticsOption
,
50
if (parseResult.GetResult(
ExcludeDiagnosticsOption
) is not null &&
51
parseResult.GetValue(
ExcludeDiagnosticsOption
) is string[] { Length: > 0 } excludeDiagnostics)
Commands\FormatStyleCommand.cs (3)
21
ExcludeDiagnosticsOption
,
50
if (parseResult.GetResult(
ExcludeDiagnosticsOption
) is not null &&
51
parseResult.GetValue(
ExcludeDiagnosticsOption
) is string[] { Length: > 0 } excludeDiagnostics)
Commands\RootFormatCommand.cs (3)
24
ExcludeDiagnosticsOption
,
54
if (parseResult.GetResult(
ExcludeDiagnosticsOption
) is not null &&
55
parseResult.GetValue(
ExcludeDiagnosticsOption
) is string[] { Length: > 0 } excludeDiagnostics)