1 write to Matcher
Microsoft.Build.Framework (1)
Utilities\FileMatcher.cs (1)
3453
Matcher
= matcher;
6 references to Matcher
Microsoft.Build.Framework (6)
Utilities\FileMatcher.cs (6)
3174
&& exclude.
Matcher
.MatchesFilesInDirectory(excludeRelativeDirectory))
3199
&& excludesToMatch![index].
Matcher
.MatchesFileName(file))
3369
&& exclude.
Matcher
.MatchesDirectory(ReadOnlySpan<char>.Empty, relativeDirectory) == DirectoryMatchType.AllDescendantFilesMatch)
3521
&& _excludes[index].
Matcher
.MatchesFileName(entry.FileName))
3557
&& exclude.
Matcher
.MatchesDirectory(ReadOnlySpan<char>.Empty, relativeDirectory) == DirectoryMatchType.AllDescendantFilesMatch)
3616
&& exclude.
Matcher
.MatchesFilesInDirectory(relativeDirectory)