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)
204
var cacheCount =
_cache
?.Count ?? 0;
211
Debug.Assert(
_cache
== null);
218
if (
_cache
!= null)
220
return
_cache
.TryGetValue(globsToIgnore, out items);
237
if (
_cache
== null)
242
_cache
[globsToIgnore] = items;