2 writes to _cachedGlobExpansions
Microsoft.Build.Tasks.Core (2)
FileMatcher.cs (2)
103_cachedGlobExpansions = s_cachedGlobExpansions.Value; 108_cachedGlobExpansions = getFileSystemDirectoryEntriesCache;
4 references to _cachedGlobExpansions
Microsoft.Build.Tasks.Core (4)
FileMatcher.cs (4)
1904if (_cachedGlobExpansions == null) 1919if (!_cachedGlobExpansions.TryGetValue(enumerationKey, out files)) 1925if (!_cachedGlobExpansions.TryGetValue(enumerationKey, out files)) 1927files = _cachedGlobExpansions.GetOrAdd(