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