2 writes to _cachedGlobExpansions
Microsoft.Build.Framework (2)
Utilities\FileMatcher.cs (2)
109
_cachedGlobExpansions
= s_cachedGlobExpansions.Value;
114
_cachedGlobExpansions
= getFileSystemDirectoryEntriesCache;
4 references to _cachedGlobExpansions
Microsoft.Build.Framework (4)
Utilities\FileMatcher.cs (4)
1934
if (
_cachedGlobExpansions
== null)
1949
if (!
_cachedGlobExpansions
.TryGetValue(enumerationKey, out files))
1955
if (!
_cachedGlobExpansions
.TryGetValue(enumerationKey, out files))
1957
files =
_cachedGlobExpansions
.GetOrAdd(