5 instantiations of ItemDictionarySlim
Microsoft.Build (5)
BackEnd\Components\RequestBuilder\Lookup.cs (5)
668
PrimaryTable ??= new
ItemDictionarySlim
();
685
PrimaryTable ??= new
ItemDictionarySlim
();
739
PrimaryAddTable ??= new
ItemDictionarySlim
();
790
PrimaryAddTable ??= new
ItemDictionarySlim
();
807
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
1030
private void MustNotBeInTable(
ItemDictionarySlim
table, ProjectItemInstance item)
1393
private
ItemDictionarySlim
_items;
1398
private
ItemDictionarySlim
_adds;
1403
private
ItemDictionarySlim
_removes;
1481
internal
ItemDictionarySlim
Items
1489
internal
ItemDictionarySlim
Adds
1497
internal
ItemDictionarySlim
Removes
Collections\ItemDictionarySlim.cs (1)
53
public void ImportItems(
ItemDictionarySlim
other)