1 write to _directoryIgnoreStateCache
Microsoft.Build.Tasks.Git (1)
GitDataReader\GitIgnore.Matcher.cs (1)
34_directoryIgnoreStateCache = new Dictionary<string, bool>(Ignore.PathComparer);
5 references to _directoryIgnoreStateCache
Microsoft.Build.Tasks.Git (5)
GitDataReader\GitIgnore.Matcher.cs (5)
40=> _directoryIgnoreStateCache; 124if (isDirectoryPath && _directoryIgnoreStateCache.TryGetValue(normalizedPosixPath, out var isIgnored)) 132_directoryIgnoreStateCache.Add(normalizedPosixPath, isIgnored); 154if (_directoryIgnoreStateCache.TryGetValue(normalizedPosixPath, out isIgnored)) 160_directoryIgnoreStateCache.Add(normalizedPosixPath, isIgnored);