3 references to AllDescendantFilesMatch
Microsoft.Build.Framework (3)
Globbing\MSBuildPathMatcher.cs (1)
220
? DirectoryMatchType.
AllDescendantFilesMatch
Utilities\FileMatcher.cs (2)
3369
&& exclude.Matcher.MatchesDirectory(ReadOnlySpan<char>.Empty, relativeDirectory) == DirectoryMatchType.
AllDescendantFilesMatch
)
3557
&& exclude.Matcher.MatchesDirectory(ReadOnlySpan<char>.Empty, relativeDirectory) == DirectoryMatchType.
AllDescendantFilesMatch
)