2 instantiations of CommandArgumentPair
vstest.console.arm64 (2)
parent\vstest.console\Processors\Utilities\ArgumentProcessorFactory.cs (2)
144
var pair = new
CommandArgumentPair
(argument);
154
pair = new
CommandArgumentPair
(TestSourceArgumentProcessor.CommandName, argument);
1 reference to CommandArgumentPair
vstest.console.arm64 (1)
parent\vstest.console\Processors\Utilities\ArgumentProcessorFactory.cs (1)
144
var
pair = new CommandArgumentPair(argument);