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