9 references to DiagnosticsOption
dotnet-format (9)
Commands\FormatAnalyzersCommand.cs (3)
19DiagnosticsOption, 43if (parseResult.GetResult(DiagnosticsOption) is not null && 44parseResult.GetValue(DiagnosticsOption) is string[] { Length: > 0 } diagnostics)
Commands\FormatStyleCommand.cs (3)
19DiagnosticsOption, 43if (parseResult.GetResult(DiagnosticsOption) is not null && 44parseResult.GetValue(DiagnosticsOption) is string[] { Length: > 0 } diagnostics)
Commands\RootFormatCommand.cs (3)
22DiagnosticsOption, 47if (parseResult.GetResult(DiagnosticsOption) is not null && 48parseResult.GetValue(DiagnosticsOption) is string[] { Length: > 0 } diagnostics)