3 references to ExcludeOption
dotnet-format (3)
Commands\FormatCommandCommon.cs (3)
125command.Options.Add(ExcludeOption); 189if (parseResult.GetResult(IncludeOption) is not null || parseResult.GetResult(ExcludeOption) is not null) 192var fileToExclude = parseResult.GetValue(ExcludeOption) ?? Array.Empty<string>();