3 writes to _showHelp
vstest.console (3)
CommandLine\Executor.cs (3)
99
_showHelp
= true;
292
_showHelp
= false;
298
_showHelp
= false;
1 reference to _showHelp
vstest.console (1)
CommandLine\Executor.cs (1)
311
if (result == 1 &&
_showHelp
&& processors.First().Metadata.Value.CommandName != HelpArgumentProcessor.CommandName)