1 write to Values
dotnet-dev-certs (1)
src\Shared\CommandLineUtils\CommandLine\CommandArgument.cs (1)
13Values = new List<string>();
4 references to Values
dotnet-dev-certs (4)
src\Shared\CommandLineUtils\CommandLine\CommandArgument.cs (1)
25return Values.FirstOrDefault();
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (3)
182arguments.Current.Values.Add(arg); 261arguments.Current.Values.Add(arg); 357arguments.Current.Values.Add(arg);