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)
58
public int Count =>
_allCachedItems
.Count;
105
foreach (var cachedItem in
_allCachedItems
)
118
foreach (var cachedItem in
_allCachedItems
)
131
foreach (var cachedItem in
_allCachedItems
)