2 writes to s_filterExpression
vstest.console.arm64 (2)
parent\vstest.console\Processors\ListFullyQualifiedTestsArgumentProcessor.cs (2)
289
s_filterExpression
= null;
302
s_filterExpression
= new TestCaseFilterExpression(filterWrapper);
2 references to s_filterExpression
vstest.console.arm64 (2)
parent\vstest.console\Processors\ListFullyQualifiedTestsArgumentProcessor.cs (2)
313
if (
s_filterExpression
== null)
325
if (!
s_filterExpression
.MatchTestCase(testCase, p => PropertyValueProvider(p, traitDictionary)))