1 write to PrimaryRemoveTable
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\Lookup.cs (1)
819PrimaryRemoveTable ??= 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) 820PrimaryRemoveTable.EnsureCapacityForItemType(itemType, items.Count); 823PrimaryRemoveTable.ImportItemsOfType(itemType, itemsToRemove);