2 writes to _cachedGlobExpansions
Microsoft.Build (2)
FileMatcher.cs (2)
104_cachedGlobExpansions = s_cachedGlobExpansions.Value; 109_cachedGlobExpansions = getFileSystemDirectoryEntriesCache;
4 references to _cachedGlobExpansions
Microsoft.Build (4)
FileMatcher.cs (4)
1918if (_cachedGlobExpansions == null) 1932if (!_cachedGlobExpansions.TryGetValue(enumerationKey, out files)) 1938if (!_cachedGlobExpansions.TryGetValue(enumerationKey, out files)) 1940files = _cachedGlobExpansions.GetOrAdd(