2 writes to PrimaryAddTable
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\Lookup.cs (2)
657PrimaryAddTable ??= new ItemDictionary<ProjectItemInstance>(); 690PrimaryAddTable ??= new ItemDictionary<ProjectItemInstance>();
7 references to PrimaryAddTable
Microsoft.Build (7)
BackEnd\Components\RequestBuilder\Lookup.cs (7)
296if (PrimaryAddTable != null) 300SecondaryAddTable = PrimaryAddTable; 304SecondaryAddTable.ImportItems(PrimaryAddTable); 380if (PrimaryAddTable != null) 383SecondaryTable.ImportItems(PrimaryAddTable); 672PrimaryAddTable.ImportItemsOfType(itemType, itemsToAdd); 691PrimaryAddTable.Add(item);