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