2 writes to PrimaryTable
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\Lookup.cs (2)
612
PrimaryTable
??= new ItemDictionary<ProjectItemInstance>();
632
PrimaryTable
??= new ItemDictionary<ProjectItemInstance>();
4 references to PrimaryTable
Microsoft.Build (4)
BackEnd\Components\RequestBuilder\Lookup.cs (4)
613
ICollection<ProjectItemInstance> existing =
PrimaryTable
[itemType];
618
PrimaryTable
.ImportItemsOfType(itemType, group);
622
PrimaryTable
.AddEmptyMarker(itemType);
633
PrimaryTable
.Add(item);