4 references to IncludeOption
dotnet-format (3)
Commands\FormatCommandCommon.cs (3)
118
command.Options.Add(
IncludeOption
);
183
if (parseResult.GetResult(
IncludeOption
) is not null || parseResult.GetResult(ExcludeOption) is not null)
185
var fileToInclude = parseResult.GetValue(
IncludeOption
) ?? Array.Empty<string>();
dotnet-format.UnitTests (1)
ProgramTests.cs (1)
60
Assert.Collection(result.GetValue(FormatCommandCommon.
IncludeOption
),