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