3 references to IsMatch
Microsoft.Build.Tasks.Core (3)
FileMatcher.cs (3)
1640return IsMatch(Microsoft.IO.Path.GetFileName(path.AsSpan()), pattern); 1655return IsMatch(input.AsSpan(), pattern); 2660return (index != -1 && IsMatch(directoryPath.AsSpan(index + 1), pattern));