2 writes to _cachedGlobExpansions
Microsoft.Build.Tasks.Core (2)
FileMatcher.cs (2)
109_cachedGlobExpansions = s_cachedGlobExpansions.Value; 114_cachedGlobExpansions = getFileSystemDirectoryEntriesCache;
4 references to _cachedGlobExpansions
Microsoft.Build.Tasks.Core (4)
FileMatcher.cs (4)
1931if (_cachedGlobExpansions == null) 1946if (!_cachedGlobExpansions.TryGetValue(enumerationKey, out files)) 1952if (!_cachedGlobExpansions.TryGetValue(enumerationKey, out files)) 1954files = _cachedGlobExpansions.GetOrAdd(