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