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