2 references to ApplyRegex
Microsoft.TestPlatform.Filter.Source (2)
FastFilter.cs (2)
102
var value = PropertyValueRegex == null ? singleValue :
ApplyRegex
(singleValue);
107
var values = PropertyValueRegex == null ? multiValues : multiValues?.Select(value =>
ApplyRegex
(value));