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