2 writes to _cachedGlobExpansions
Microsoft.Build (2)
FileMatcher.cs (2)
107_cachedGlobExpansions = s_cachedGlobExpansions.Value; 112_cachedGlobExpansions = getFileSystemDirectoryEntriesCache;
4 references to _cachedGlobExpansions
Microsoft.Build (4)
FileMatcher.cs (4)
1908if (_cachedGlobExpansions == null) 1923if (!_cachedGlobExpansions.TryGetValue(enumerationKey, out files)) 1929if (!_cachedGlobExpansions.TryGetValue(enumerationKey, out files)) 1931files = _cachedGlobExpansions.GetOrAdd(