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 1033private void MustNotBeInTable(ItemDictionarySlim table, ProjectItemInstance item) 1396private ItemDictionarySlim _items; 1401private ItemDictionarySlim _adds; 1406private ItemDictionarySlim _removes; 1484internal ItemDictionarySlim Items 1492internal ItemDictionarySlim Adds 1500internal ItemDictionarySlim Removes
Collections\ItemDictionarySlim.cs (1)
53public void ImportItems(ItemDictionarySlim other)