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