3 writes to SecondaryTable
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\Lookup.cs (3)
383SecondaryTable ??= new ItemDictionary<ProjectItemInstance>(); 389SecondaryTable ??= new ItemDictionary<ProjectItemInstance>(); 397SecondaryTable ??= new ItemDictionary<ProjectItemInstance>();
3 references to SecondaryTable
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\Lookup.cs (3)
384SecondaryTable.ImportItems(PrimaryAddTable); 390SecondaryTable.RemoveItems(PrimaryRemoveTable); 398ApplyModificationsToTable(SecondaryTable, entry.Key, entry.Value);