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)
225if (!testsFoundInAnySource && !CommandLineOptions.Instance.TestAdapterPathsSet && _commandLineOptions.TestCaseFilterValue == null) 232if (_commandLineOptions.ArtifactProcessingMode == ArtifactProcessingMode.Collect)