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