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)
224
var matchPath = pattern.
IsFullPathPattern
?