1 write to RegexFileMatch
Microsoft.Build (1)
FileMatcher.cs (1)
752RegexFileMatch = regexFileMatch;
5 references to RegexFileMatch
Microsoft.Build (5)
FileMatcher.cs (5)
764/// <see cref="RegexFileMatch"/> to test if a file path matches the glob or not. 844ErrorUtilities.VerifyThrow((recursionState.SearchData.Filespec == null) || (recursionState.SearchData.RegexFileMatch == null), 847ErrorUtilities.VerifyThrow((recursionState.SearchData.Filespec != null) || (recursionState.SearchData.RegexFileMatch != null), 1086return recursionState.SearchData.RegexFileMatch.IsMatch(file); 2522Debug.Assert(excludeState.SearchData.RegexFileMatch != null || excludeState.SearchData.DirectoryPattern != null,