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