1 write to RegexFileMatch
Microsoft.Build (1)
FileMatcher.cs (1)
753
RegexFileMatch
= regexFileMatch;
5 references to RegexFileMatch
Microsoft.Build (5)
FileMatcher.cs (5)
765
/// <see cref="
RegexFileMatch
"/> to test if a file path matches the glob or not.
845
ErrorUtilities.VerifyThrow((recursionState.SearchData.Filespec == null) || (recursionState.SearchData.
RegexFileMatch
== null),
848
ErrorUtilities.VerifyThrow((recursionState.SearchData.Filespec != null) || (recursionState.SearchData.
RegexFileMatch
!= null),
1087
return recursionState.SearchData.
RegexFileMatch
.IsMatch(file);
2515
Debug.Assert(excludeState.SearchData.
RegexFileMatch
!= null || excludeState.SearchData.DirectoryPattern != null,