1 write to _commandLineOptions
vstest.console (1)
Processors\RunSpecificTestsArgumentProcessor.cs (1)
342
_commandLineOptions
= commandLineOptions;
3 references to _commandLineOptions
vstest.console (3)
Processors\RunSpecificTestsArgumentProcessor.cs (3)
376
if (!testsFoundInAnySource && !
_commandLineOptions
.TestAdapterPathsSet &&
_commandLineOptions
.TestCaseFilterValue == null)
383
if (
_commandLineOptions
.ArtifactProcessingMode == ArtifactProcessingMode.Collect)