7 references to GetArguments
dotnet (7)
Commands\NuGet\NuGetCommand.cs (1)
49return Run(parseResult.GetArguments(), runner);
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (3)
628SlowestTestsCount = GetSlowestTestsCount(parseResult.GetArguments()), 629ShowFlakyTests = GetShowFlakyTests(parseResult.GetArguments()), 637var isRetry = parseResult.GetArguments().Contains("--retry-failed-tests");
Commands\Test\VSTest\TestCommand.cs (1)
32string[] args = parseResult.GetArguments();
Commands\VSTest\VSTestCommand.cs (1)
47IEnumerable<string> args = parseResult.GetArguments();
Commands\Workload\InstallingWorkloadCommand.cs (1)
93_arguments = parseResult.GetArguments();