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)
2087if (_cachedGlobExpansions == null) 2108if (!_cachedGlobExpansions.TryGetValue(enumerationKey, out files)) 2114if (!_cachedGlobExpansions.TryGetValue(enumerationKey, out files)) 2116files = _cachedGlobExpansions.GetOrAdd(