5 instantiations of ItemDictionarySlim
Microsoft.Build (5)
BackEnd\Components\RequestBuilder\Lookup.cs (5)
680
PrimaryTable ??= new
ItemDictionarySlim
();
697
PrimaryTable ??= new
ItemDictionarySlim
();
751
PrimaryAddTable ??= new
ItemDictionarySlim
();
802
PrimaryAddTable ??= new
ItemDictionarySlim
();
819
PrimaryRemoveTable ??= new
ItemDictionarySlim
();
12 references to ItemDictionarySlim
Microsoft.Build (12)
BackEnd\Components\RequestBuilder\Lookup.cs (11)
132
private
ItemDictionarySlim
PrimaryTable
138
private
ItemDictionarySlim
PrimaryAddTable
144
private
ItemDictionarySlim
PrimaryRemoveTable
162
private
ItemDictionarySlim
SecondaryAddTable
168
private
ItemDictionarySlim
SecondaryRemoveTable
1405
private
ItemDictionarySlim
_items;
1410
private
ItemDictionarySlim
_adds;
1415
private
ItemDictionarySlim
_removes;
1493
internal
ItemDictionarySlim
Items
1501
internal
ItemDictionarySlim
Adds
1509
internal
ItemDictionarySlim
Removes
Collections\ItemDictionarySlim.cs (1)
53
public void ImportItems(
ItemDictionarySlim
other)