1 write to _cache
Microsoft.Build (1)
Evaluation\LazyItemEvaluator.cs (1)
239_cache = new Dictionary<ISet<string>, OrderedItemDataCollection>();
6 references to _cache
Microsoft.Build (6)
Evaluation\LazyItemEvaluator.cs (6)
204var cacheCount = _cache?.Count ?? 0; 211Debug.Assert(_cache == null); 218if (_cache != null) 220return _cache.TryGetValue(globsToIgnore, out items); 237if (_cache == null) 242_cache[globsToIgnore] = items;