1 write to _allCachedItems
Microsoft.Build (1)
Instance\ImmutableProjectCollections\ImmutableItemDictionary.cs (1)
36_allCachedItems = allItems;
4 references to _allCachedItems
Microsoft.Build (4)
Instance\ImmutableProjectCollections\ImmutableItemDictionary.cs (4)
56public int Count => _allCachedItems.Count; 85foreach (var cachedItem in _allCachedItems) 98foreach (var cachedItem in _allCachedItems) 111foreach (var cachedItem in _allCachedItems)