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