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