2 references to Negative
Microsoft.Build.Tasks.Git (2)
GitDataReader\GitIgnore.cs (2)
53
public bool IsNegative => (Flags & PatternFlags.
Negative
) != 0;
189
flags |= PatternFlags.
Negative
;