1 instantiation of RunTestsArgumentProcessor
vstest.console.arm64 (1)
parent\vstest.console\Processors\Utilities\ArgumentProcessorFactory.cs (1)
219new RunTestsArgumentProcessor(commandLineOptions, runSettingsProvider, testRequestManager),
3 references to RunTestsArgumentProcessor
vstest.console.arm64 (3)
parent\vstest.console\Processors\HelpArgumentProcessor.cs (1)
104IArgumentProcessor? runTestsArgumentProcessor = processors.Find(p1 => p1.GetType() == typeof(RunTestsArgumentProcessor));
parent\vstest.console\Processors\RunTestsArgumentProcessor.cs (1)
59public override string CommandName => RunTestsArgumentProcessor.CommandName;
parent\vstest.console\Processors\Utilities\ArgumentProcessorFactory.cs (1)
200var argumentProcessor = SpecialCommandToProcessorMap[RunTestsArgumentProcessor.CommandName];