2 writes to _cachedGlobExpansions
Microsoft.Build.Framework (2)
Utilities\FileMatcher.cs (2)
219
_cachedGlobExpansions
= s_cachedGlobExpansions.Value;
224
_cachedGlobExpansions
= getFileSystemDirectoryEntriesCache;
4 references to _cachedGlobExpansions
Microsoft.Build.Framework (4)
Utilities\FileMatcher.cs (4)
2087
if (
_cachedGlobExpansions
== null)
2108
if (!
_cachedGlobExpansions
.TryGetValue(enumerationKey, out files))
2114
if (!
_cachedGlobExpansions
.TryGetValue(enumerationKey, out files))
2116
files =
_cachedGlobExpansions
.GetOrAdd(