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)
1934if (_cachedGlobExpansions == null) 1949if (!_cachedGlobExpansions.TryGetValue(enumerationKey, out files)) 1955if (!_cachedGlobExpansions.TryGetValue(enumerationKey, out files)) 1957files = _cachedGlobExpansions.GetOrAdd(