2 writes to _cachedGlobExpansions
Microsoft.Build.Tasks.Core (2)
FileMatcher.cs (2)
104
_cachedGlobExpansions
= s_cachedGlobExpansions.Value;
109
_cachedGlobExpansions
= getFileSystemDirectoryEntriesCache;
4 references to _cachedGlobExpansions
Microsoft.Build.Tasks.Core (4)
FileMatcher.cs (4)
1919
if (
_cachedGlobExpansions
== null)
1934
if (!
_cachedGlobExpansions
.TryGetValue(enumerationKey, out files))
1940
if (!
_cachedGlobExpansions
.TryGetValue(enumerationKey, out files))
1942
files =
_cachedGlobExpansions
.GetOrAdd(