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; 111foreach (var cachedItem in _allCachedItems) 124foreach (var cachedItem in _allCachedItems) 137foreach (var cachedItem in _allCachedItems)