2 references to IsIgnoredRecursive
Microsoft.Build.Tasks.Git (2)
GitDataReader\GitIgnore.Matcher.cs (2)
129isIgnored = IsIgnoredRecursive(normalizedPosixPath, isDirectoryPath); 159isIgnored = IsIgnoredRecursive(normalizedPosixPath, isDirectoryPath: true);