3 writes to _showHelp
vstest.console.arm64 (3)
parent\vstest.console\CommandLine\Executor.cs (3)
121
_showHelp
= true;
319
_showHelp
= false;
325
_showHelp
= false;
1 reference to _showHelp
vstest.console.arm64 (1)
parent\vstest.console\CommandLine\Executor.cs (1)
338
if (result == 1 &&
_showHelp
&& processors.First().Metadata.Value.CommandName != HelpArgumentProcessor.CommandName)