2 writes to PrimaryTable
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\Lookup.cs (2)
599PrimaryTable ??= new ItemDictionary<ProjectItemInstance>(); 619PrimaryTable ??= new ItemDictionary<ProjectItemInstance>();
4 references to PrimaryTable
Microsoft.Build (4)
BackEnd\Components\RequestBuilder\Lookup.cs (4)
600ICollection<ProjectItemInstance> existing = PrimaryTable[itemType]; 605PrimaryTable.ImportItemsOfType(itemType, group); 609PrimaryTable.AddEmptyMarker(itemType); 620PrimaryTable.Add(item);