3 references to IsMatch
Microsoft.Build.Utilities.Core (3)
FileMatcher.cs (3)
1663return IsMatch(Microsoft.IO.Path.GetFileName(path.AsSpan()), pattern); 1678return IsMatch(input.AsSpan(), pattern); 2683return (index != -1 && IsMatch(directoryPath.AsSpan(index + 1), pattern));