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)
90
var defaultFilter =
_commandLineOptions
.TestCaseFilterValue;
100
_commandLineOptions
.TestCaseFilterValue = argument;
105
_commandLineOptions
.TestCaseFilterValue = $"({defaultFilter})&({argument})";