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