1 write to FullName
dotnet-user-secrets (1)
CommandLineOptions.cs (1)
27FullName = "User Secrets Manager",
3 references to FullName
dotnet-user-secrets (3)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (3)
554Out.WriteLine(FullName); 560return ShortVersionGetter == null ? FullName : string.Format(CultureInfo.InvariantCulture, "{0} {1}", FullName, ShortVersionGetter());