4 references to PropertyValueRegex
Microsoft.TestPlatform.Filter.Source (4)
FastFilter.cs (4)
102
var value =
PropertyValueRegex
== null ? singleValue : ApplyRegex(singleValue);
107
var values =
PropertyValueRegex
== null ? multiValues : multiValues?.Select(value => ApplyRegex(value));
138
var match =
PropertyValueRegex
!.Match(value);
146
result =
PropertyValueRegex
!.Replace(value, PropertyValueRegexReplacement);