1 write to Values
dotnet-openapi (1)
src\Shared\CommandLineUtils\CommandLine\CommandArgument.cs (1)
13Values = new List<string>();
8 references to Values
dotnet-openapi (8)
Commands\AddFileCommand.cs (2)
39foreach (var sourceFile in _sourceFileArg.Values) 71foreach (var sourceFile in _sourceFileArg.Values)
Commands\AddProjectCommand.cs (2)
34foreach (var sourceFile in _sourceProjectArg.Values) 45foreach (var sourceFile in _sourceProjectArg.Values)
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);