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