2 writes to _baseItems
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\Lookup.cs (2)
107
_baseItems
= projectItems;
117
_baseItems
= that._baseItems;
5 references to _baseItems
Microsoft.Build (5)
BackEnd\Components\RequestBuilder\Lookup.cs (5)
117
_baseItems = that.
_baseItems
;
382
_baseItems
.ImportItemsOfType(kvp.Key, kvp.Value);
390
_baseItems
.RemoveItems(kvp.Value);
398
ApplyModificationsToTable(
_baseItems
, entry.Key, entry.Value);
540
groupFound =
_baseItems
[itemType];