1 write to RegexFileMatch
Microsoft.Build (1)
FileMatcher.cs (1)
752
RegexFileMatch
= 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.
844
ErrorUtilities.VerifyThrow((recursionState.SearchData.Filespec == null) || (recursionState.SearchData.
RegexFileMatch
== null),
847
ErrorUtilities.VerifyThrow((recursionState.SearchData.Filespec != null) || (recursionState.SearchData.
RegexFileMatch
!= null),
1086
return recursionState.SearchData.
RegexFileMatch
.IsMatch(file);
2522
Debug.Assert(excludeState.SearchData.
RegexFileMatch
!= null || excludeState.SearchData.DirectoryPattern != null,