2 references to FullPath
Microsoft.Build.Tasks.Git (2)
GitDataReader\GitIgnore.cs (2)
52
public bool IsFullPathPattern => (Flags & PatternFlags.
FullPath
) != 0;
211
flags |= PatternFlags.
FullPath
;