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