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