6 references to FilterRegEx
Microsoft.VisualStudio.TestPlatform.Common (2)
src\vstest\src\Microsoft.TestPlatform.Filter.Source\FilterExpressionWrapper.cs (2)
78
var regexString = options?.
FilterRegEx
;
81
TPDebug.Assert(options!.FilterRegExReplacement == null || options.
FilterRegEx
!= null);
Microsoft.VisualStudio.TestPlatform.ObjectModel (4)
Client\FilterOptions.cs (4)
36
FilterRegEx
?? string.Empty,
43
string.Equals(
FilterRegEx
, other.
FilterRegEx
) &&
54
var hashCode =
FilterRegEx
?.GetHashCode() ?? 0;