1 reference to IsRangeMatch
Microsoft.Build.Tasks.Git (1)
GitDataReader\Glob.cs (1)
123
matching = pathIndex < path.Length &&
IsRangeMatch
(pattern, ref patternIndex, path[pathIndex], ignoreCase, matchWildCardWithDirectorySeparator);