3 writes to Command
vstest.console (3)
CommandLine\CommandArgumentPair.cs (3)
50
Command
= command;
69
Command
= input;
75
Command
= input.Substring(0, index);
2 references to Command
vstest.console (2)
CommandLine\CommandArgumentPair.cs (1)
58
[MemberNotNull(nameof(
Command
), nameof(Argument))]
Processors\Utilities\ArgumentProcessorFactory.cs (1)
116
CommandToProcessorMap.TryGetValue(pair.
Command
, out IArgumentProcessor? argumentProcessor);