4 references to MatchesFileName
Microsoft.Build.Framework (4)
Globbing\MSBuildPathMatcher.cs (2)
160&& MatchesFileName(fileName); 191internal bool MatchesFileName(string filePath) => MatchesFileName(GetFileName(filePath));
Utilities\FileMatcher.cs (2)
3513if (!_includeFilesInCurrentDirectory || !_includeMatcher.MatchesFileName(entry.FileName)) 3521&& _excludes[index].Matcher.MatchesFileName(entry.FileName))