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)
96
var defaultFilter =
_commandLineOptions
.TestCaseFilterValue;
106
_commandLineOptions
.TestCaseFilterValue = argument;
111
_commandLineOptions
.TestCaseFilterValue = $"({defaultFilter})&({argument})";