2 references to ApplyRegex
Microsoft.TestPlatform.Filter.Source (2)
FastFilter.cs (2)
104var value = PropertyValueRegex == null ? singleValue : ApplyRegex(singleValue); 124var transformed = ApplyRegex(result);