4 references to PropertyValueRegex
Microsoft.TestPlatform.Filter.Source (4)
FastFilter.cs (4)
104var value = PropertyValueRegex == null ? singleValue : ApplyRegex(singleValue); 109if (PropertyValueRegex == null) 161var match = PropertyValueRegex!.Match(value); 169result = PropertyValueRegex!.Replace(value, PropertyValueRegexReplacement);