2 writes to PrimaryTable
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\Lookup.cs (2)
680
PrimaryTable
??= new ItemDictionarySlim();
697
PrimaryTable
??= new ItemDictionarySlim();
3 references to PrimaryTable
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\Lookup.cs (3)
681
ICollection<ProjectItemInstance> existing =
PrimaryTable
[itemType];
684
PrimaryTable
.ImportItemsOfType(itemType, group);
698
PrimaryTable
.Add(item);