3 references to IncludeGeneratedOption
dotnet-format (2)
Commands\FormatCommandCommon.cs (2)
120
command.Options.Add(
IncludeGeneratedOption
);
178
if (parseResult.GetValue(
IncludeGeneratedOption
))
dotnet-format.UnitTests (1)
ProgramTests.cs (1)
70
Assert.True(result.GetValue(FormatCommandCommon.
IncludeGeneratedOption
));