1 write to _commandLineOptions
vstest.console (1)
Processors\RunTestsArgumentProcessor.cs (1)
201
_commandLineOptions
= commandLineOptions;
3 references to _commandLineOptions
vstest.console (3)
Processors\RunTestsArgumentProcessor.cs (3)
236
if (!testsFoundInAnySource && !
_commandLineOptions
.TestAdapterPathsSet &&
_commandLineOptions
.TestCaseFilterValue == null)
243
if (
_commandLineOptions
.ArtifactProcessingMode == ArtifactProcessingMode.Collect)