1 write to RegexFileMatch
Microsoft.Build.Framework (1)
Utilities\FileMatcher.cs (1)
760RegexFileMatch = regexFileMatch;
5 references to RegexFileMatch
Microsoft.Build.Framework (5)
Utilities\FileMatcher.cs (5)
772/// <see cref="RegexFileMatch"/> to test if a file path matches the glob or not. 853(recursionState.SearchData.Filespec == null) || (recursionState.SearchData.RegexFileMatch == null), 857(recursionState.SearchData.Filespec != null) || (recursionState.SearchData.RegexFileMatch != null), 1096return recursionState.SearchData.RegexFileMatch.IsMatch(file); 2541Debug.Assert(excludeState.SearchData.RegexFileMatch != null || excludeState.SearchData.DirectoryPattern != null,