1 write to Ignore
Microsoft.Build.Tasks.Git (1)
GitDataReader\GitIgnore.Matcher.cs (1)
32Ignore = ignore;
13 references to Ignore
Microsoft.Build.Tasks.Git (13)
GitDataReader\GitIgnore.Matcher.cs (13)
34_directoryIgnoreStateCache = new Dictionary<string, bool>(Ignore.PathComparer); 52if (directory.Equals(Ignore.WorkingDirectory, Ignore.PathComparison)) 54parent = Ignore.Root; 104if (isDirectoryPath && fullPathNoSlash.Equals(Ignore._workingDirectoryNoSlash, Ignore.PathComparison)) 119if (!normalizedPosixPath.StartsWith(Ignore.WorkingDirectory, Ignore.PathComparison)) 141if (directory == null || !directory.StartsWith(Ignore.WorkingDirectory, Ignore.PathComparison)) 183if (fileName.Equals(".git", Ignore.PathComparison)) 203if (!normalizedPosixPath.StartsWith(patternGroup.ContainingDirectory, Ignore.PathComparison)) 228if (Glob.IsMatch(pattern.Glob, matchPath, Ignore.IgnoreCase, matchWildCardWithDirectorySeparator: false))