1 write to _commandLineOptions
vstest.console (1)
Processors\RunSpecificTestsArgumentProcessor.cs (1)
332
_commandLineOptions
= commandLineOptions;
2 references to _commandLineOptions
vstest.console (2)
Processors\RunSpecificTestsArgumentProcessor.cs (2)
365
if (!testsFoundInAnySource && !CommandLineOptions.Instance.TestAdapterPathsSet &&
_commandLineOptions
.TestCaseFilterValue == null)
372
if (
_commandLineOptions
.ArtifactProcessingMode == ArtifactProcessingMode.Collect)