2 references to GetDisplayText
dotnet-user-secrets (2)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (2)
496var maxOptLen = options.Max(o => o.GetDisplayText().Length); 500optionsBuilder.AppendFormat(CultureInfo.InvariantCulture, outputFormat, opt.GetDisplayText(), opt.Description);