5 instantiations of ItemDictionarySlim
Microsoft.Build (5)
BackEnd\Components\RequestBuilder\Lookup.cs (5)
668PrimaryTable ??= new ItemDictionarySlim(); 685PrimaryTable ??= new ItemDictionarySlim(); 739PrimaryAddTable ??= new ItemDictionarySlim(); 790PrimaryAddTable ??= new ItemDictionarySlim(); 807PrimaryRemoveTable ??= new ItemDictionarySlim();
13 references to ItemDictionarySlim
Microsoft.Build (13)
BackEnd\Components\RequestBuilder\Lookup.cs (12)
132private ItemDictionarySlim PrimaryTable 138private ItemDictionarySlim PrimaryAddTable 144private ItemDictionarySlim PrimaryRemoveTable 162private ItemDictionarySlim SecondaryAddTable 168private ItemDictionarySlim SecondaryRemoveTable 1030private void MustNotBeInTable(ItemDictionarySlim table, ProjectItemInstance item) 1393private ItemDictionarySlim _items; 1398private ItemDictionarySlim _adds; 1403private ItemDictionarySlim _removes; 1481internal ItemDictionarySlim Items 1489internal ItemDictionarySlim Adds 1497internal ItemDictionarySlim Removes
Collections\ItemDictionarySlim.cs (1)
53public void ImportItems(ItemDictionarySlim other)