1 write to Name
dotnet-dev-certs (1)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
127var argument = new CommandArgument { Name = name, Description = description, MultipleValues = multipleValues };
3 references to Name
dotnet-dev-certs (3)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (3)
123lastArg.Name); 480var maxArgLen = arguments.Max(a => a.Name.Length); 484argumentsBuilder.AppendFormat(CultureInfo.InvariantCulture, outputFormat, arg.Name, arg.Description);