1 write to _allCachedItems
Microsoft.Build (1)
Instance\ImmutableProjectCollections\ImmutableItemDictionary.cs (1)
40_allCachedItems = allItems;
4 references to _allCachedItems
Microsoft.Build (4)
Instance\ImmutableProjectCollections\ImmutableItemDictionary.cs (4)
61public int Count => _allCachedItems.Count; 114foreach (var cachedItem in _allCachedItems) 127foreach (var cachedItem in _allCachedItems) 140foreach (var cachedItem in _allCachedItems)