2 writes to PrimaryTable
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\Lookup.cs (2)
614
PrimaryTable
??= new ItemDictionary<ProjectItemInstance>();
634
PrimaryTable
??= new ItemDictionary<ProjectItemInstance>();
4 references to PrimaryTable
Microsoft.Build (4)
BackEnd\Components\RequestBuilder\Lookup.cs (4)
615
ICollection<ProjectItemInstance> existing =
PrimaryTable
[itemType];
620
PrimaryTable
.ImportItemsOfType(itemType, group);
624
PrimaryTable
.AddEmptyMarker(itemType);
635
PrimaryTable
.Add(item);