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