1 write to Values
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\CommandLineUtils\CommandLine\CommandArgument.cs (1)
13
Values
= new List<string>();
6 references to Values
Microsoft.AspNetCore.Shared.Tests (6)
CommandLineApplicationTests.cs (2)
131
Assert.Equal(new[] { "one", "two", "three", "four", "five" }, argument.
Values
);
155
Assert.Equal(new[] { "three", "four", "five" }, third.
Values
);
src\Shared\CommandLineUtils\CommandLine\CommandArgument.cs (1)
25
return
Values
.FirstOrDefault();
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (3)
182
arguments.Current.
Values
.Add(arg);
261
arguments.Current.
Values
.Add(arg);
357
arguments.Current.
Values
.Add(arg);