2 writes to _cachedGlobExpansions
Microsoft.Build (2)
FileMatcher.cs (2)
107
_cachedGlobExpansions
= s_cachedGlobExpansions.Value;
112
_cachedGlobExpansions
= getFileSystemDirectoryEntriesCache;
4 references to _cachedGlobExpansions
Microsoft.Build (4)
FileMatcher.cs (4)
1908
if (
_cachedGlobExpansions
== null)
1923
if (!
_cachedGlobExpansions
.TryGetValue(enumerationKey, out files))
1929
if (!
_cachedGlobExpansions
.TryGetValue(enumerationKey, out files))
1931
files =
_cachedGlobExpansions
.GetOrAdd(