3 writes to Command
vstest.console (3)
CommandLine\CommandArgumentPair.cs (3)
50Command = command; 69Command = input; 75Command = 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)
116CommandToProcessorMap.TryGetValue(pair.Command, out IArgumentProcessor? argumentProcessor);