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