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