1 write to _commandLineOptions
vstest.console (1)
Processors\TestCaseFilterArgumentProcessor.cs (1)
85_commandLineOptions = options;
3 references to _commandLineOptions
vstest.console (3)
Processors\TestCaseFilterArgumentProcessor.cs (3)
96var defaultFilter = _commandLineOptions.TestCaseFilterValue; 106_commandLineOptions.TestCaseFilterValue = argument; 111_commandLineOptions.TestCaseFilterValue = $"({defaultFilter})&({argument})";