5 instantiations of ItemDictionarySlim
Microsoft.Build (5)
BackEnd\Components\RequestBuilder\Lookup.cs (5)
680PrimaryTable ??= new ItemDictionarySlim(); 697PrimaryTable ??= new ItemDictionarySlim(); 751PrimaryAddTable ??= new ItemDictionarySlim(); 802PrimaryAddTable ??= new ItemDictionarySlim(); 819PrimaryRemoveTable ??= 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 1042private void MustNotBeInTable(ItemDictionarySlim table, ProjectItemInstance item) 1405private ItemDictionarySlim _items; 1410private ItemDictionarySlim _adds; 1415private ItemDictionarySlim _removes; 1493internal ItemDictionarySlim Items 1501internal ItemDictionarySlim Adds 1509internal ItemDictionarySlim Removes
Collections\ItemDictionarySlim.cs (1)
53public void ImportItems(ItemDictionarySlim other)