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