1 write to _commandLineOptions
vstest.console (1)
Processors\TestCaseFilterArgumentProcessor.cs (1)
79_commandLineOptions = options;
3 references to _commandLineOptions
vstest.console (3)
Processors\TestCaseFilterArgumentProcessor.cs (3)
90var defaultFilter = _commandLineOptions.TestCaseFilterValue; 100_commandLineOptions.TestCaseFilterValue = argument; 105_commandLineOptions.TestCaseFilterValue = $"({defaultFilter})&({argument})";