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
;
124
if (isDirectoryPath &&
_directoryIgnoreStateCache
.TryGetValue(normalizedPosixPath, out var isIgnored))
132
_directoryIgnoreStateCache
.Add(normalizedPosixPath, isIgnored);
154
if (
_directoryIgnoreStateCache
.TryGetValue(normalizedPosixPath, out isIgnored))
160
_directoryIgnoreStateCache
.Add(normalizedPosixPath, isIgnored);