1 write to Values
Templates.Blazor.WebAssembly.Tests (1)
src\Shared\CommandLineUtils\CommandLine\CommandOption.cs (1)
16Values = new List<string>();
6 references to Values
Templates.Blazor.WebAssembly.Tests (6)
src\Shared\CommandLineUtils\CommandLine\CommandOption.cs (6)
70Values.Add(value); 73if (Values.Any()) 77Values.Add(value); 85Values.Add("on"); 95return Values.Any(); 100return HasValue() ? Values[0] : null;