1 write to _commandLineOptions
vstest.console (1)
Processors\RunTestsArgumentProcessor.cs (1)
191
_commandLineOptions
= commandLineOptions;
2 references to _commandLineOptions
vstest.console (2)
Processors\RunTestsArgumentProcessor.cs (2)
225
if (!testsFoundInAnySource && !CommandLineOptions.Instance.TestAdapterPathsSet &&
_commandLineOptions
.TestCaseFilterValue == null)
232
if (
_commandLineOptions
.ArtifactProcessingMode == ArtifactProcessingMode.Collect)