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