1 write to PrimaryRemoveTable
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\Lookup.cs (1)
807
PrimaryRemoveTable
??= new ItemDictionarySlim();
7 references to PrimaryRemoveTable
Microsoft.Build (7)
BackEnd\Components\RequestBuilder\Lookup.cs (7)
312
if (
PrimaryRemoveTable
!= null)
316
SecondaryRemoveTable =
PrimaryRemoveTable
;
324
SecondaryRemoveTable.ImportItems(
PrimaryRemoveTable
);
386
if (
PrimaryRemoveTable
!= null)
388
foreach (KeyValuePair<string, List<ProjectItemInstance>> kvp in
PrimaryRemoveTable
)
808
PrimaryRemoveTable
.EnsureCapacityForItemType(itemType, items.Count);
811
PrimaryRemoveTable
.ImportItemsOfType(itemType, itemsToRemove);