2 writes to PrimaryTable
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\Lookup.cs (2)
668
PrimaryTable
??= new ItemDictionarySlim();
685
PrimaryTable
??= new ItemDictionarySlim();
3 references to PrimaryTable
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\Lookup.cs (3)
669
ICollection<ProjectItemInstance> existing =
PrimaryTable
[itemType];
672
PrimaryTable
.ImportItemsOfType(itemType, group);
686
PrimaryTable
.Add(item);