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