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