2 references to IsFullPathPattern
Microsoft.Build.Tasks.Git (2)
GitDataReader\GitIgnore.cs (1)
56=> $"{(IsNegative ? "!" : "")}{Glob}{(IsDirectoryPattern ? " <dir>" : "")}{(IsFullPathPattern ? " <path>" : "")}";
GitDataReader\GitIgnore.Matcher.cs (1)
224var matchPath = pattern.IsFullPathPattern ?