2 writes to PrimaryAddTable
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\Lookup.cs (2)
658PrimaryAddTable ??= new ItemDictionary<ProjectItemInstance>(); 709PrimaryAddTable ??= new ItemDictionary<ProjectItemInstance>();
7 references to PrimaryAddTable
Microsoft.Build (7)
BackEnd\Components\RequestBuilder\Lookup.cs (7)
297if (PrimaryAddTable != null) 301SecondaryAddTable = PrimaryAddTable; 305SecondaryAddTable.ImportItems(PrimaryAddTable); 381if (PrimaryAddTable != null) 384SecondaryTable.ImportItems(PrimaryAddTable); 691PrimaryAddTable.ImportItemsOfType(itemType, itemsToAdd); 710PrimaryAddTable.Add(item);