2 writes to _cachedGlobExpansions
Microsoft.Build.Tasks.Core (2)
FileMatcher.cs (2)
104_cachedGlobExpansions = s_cachedGlobExpansions.Value; 109_cachedGlobExpansions = getFileSystemDirectoryEntriesCache;
4 references to _cachedGlobExpansions
Microsoft.Build.Tasks.Core (4)
FileMatcher.cs (4)
1919if (_cachedGlobExpansions == null) 1934if (!_cachedGlobExpansions.TryGetValue(enumerationKey, out files)) 1940if (!_cachedGlobExpansions.TryGetValue(enumerationKey, out files)) 1942files = _cachedGlobExpansions.GetOrAdd(