2 writes to IsShowingInformation
dotnet-user-secrets (2)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (2)
433
cmd.
IsShowingInformation
= true;
551
cmd.
IsShowingInformation
= true;
1 reference to IsShowingInformation
dotnet-user-secrets (1)
CommandLineOptions.cs (1)
66
options.IsHelp = app.
IsShowingInformation
;