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