2 writes to PrimaryAddTable
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\Lookup.cs (2)
672PrimaryAddTable ??= new ItemDictionary<ProjectItemInstance>(); 723PrimaryAddTable ??= new ItemDictionary<ProjectItemInstance>();
7 references to PrimaryAddTable
Microsoft.Build (7)
BackEnd\Components\RequestBuilder\Lookup.cs (7)
292if (PrimaryAddTable != null) 296SecondaryAddTable = PrimaryAddTable; 300SecondaryAddTable.ImportItems(PrimaryAddTable); 376if (PrimaryAddTable != null) 379SecondaryTable.ImportItems(PrimaryAddTable); 705PrimaryAddTable.ImportItemsOfType(itemType, itemsToAdd); 724PrimaryAddTable.Add(item);