1 write to RemainingArguments
dotnet-sql-cache (1)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
42RemainingArguments = new List<string>();
2 references to RemainingArguments
dotnet-sql-cache (2)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (2)
590command.RemainingArguments.Add(args[index]); 596command.RemainingArguments.AddRange(new ArraySegment<string>(args, index, args.Length - index));