1 write to _allCachedItems
Microsoft.Build (1)
Instance\ImmutableProjectCollections\ImmutableItemDictionary.cs (1)
37_allCachedItems = allItems;
4 references to _allCachedItems
Microsoft.Build (4)
Instance\ImmutableProjectCollections\ImmutableItemDictionary.cs (4)
58public int Count => _allCachedItems.Count; 105foreach (var cachedItem in _allCachedItems) 118foreach (var cachedItem in _allCachedItems) 131foreach (var cachedItem in _allCachedItems)