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