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)
61
public int Count =>
_allCachedItems
.Count;
114
foreach (var cachedItem in
_allCachedItems
)
127
foreach (var cachedItem in
_allCachedItems
)
140
foreach (var cachedItem in
_allCachedItems
)