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
();
13 references to ItemDictionarySlim
Microsoft.Build (13)
BackEnd\Components\RequestBuilder\Lookup.cs (12)
132
private
ItemDictionarySlim
PrimaryTable
138
private
ItemDictionarySlim
PrimaryAddTable
144
private
ItemDictionarySlim
PrimaryRemoveTable
162
private
ItemDictionarySlim
SecondaryAddTable
168
private
ItemDictionarySlim
SecondaryRemoveTable
1042
private void MustNotBeInTable(
ItemDictionarySlim
table, ProjectItemInstance item)
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)