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)
214if (isIgnored != pattern.IsNegative) 231isIgnored = !pattern.IsNegative;