3 writes to SecondaryTable
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\Lookup.cs (3)
378SecondaryTable ??= new ItemDictionary<ProjectItemInstance>(); 384SecondaryTable ??= new ItemDictionary<ProjectItemInstance>(); 392SecondaryTable ??= new ItemDictionary<ProjectItemInstance>();
3 references to SecondaryTable
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\Lookup.cs (3)
379SecondaryTable.ImportItems(PrimaryAddTable); 385SecondaryTable.RemoveItems(PrimaryRemoveTable); 393ApplyModificationsToTable(SecondaryTable, entry.Key, entry.Value);