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