2 writes to _cachedGlobExpansions
Microsoft.Build.Utilities.Core (2)
FileMatcher.cs (2)
103
_cachedGlobExpansions
= s_cachedGlobExpansions.Value;
108
_cachedGlobExpansions
= getFileSystemDirectoryEntriesCache;
4 references to _cachedGlobExpansions
Microsoft.Build.Utilities.Core (4)
FileMatcher.cs (4)
1904
if (
_cachedGlobExpansions
== null)
1919
if (!
_cachedGlobExpansions
.TryGetValue(enumerationKey, out files))
1925
if (!
_cachedGlobExpansions
.TryGetValue(enumerationKey, out files))
1927
files =
_cachedGlobExpansions
.GetOrAdd(