5 references to ItemDictionary
Microsoft.Build (5)
BackEnd\Components\RequestBuilder\Lookup.cs (1)
562ItemDictionary<ProjectItemInstance> result = new ItemDictionary<ProjectItemInstance>(itemsTypesCount, itemsCount);
Instance\ProjectInstance.cs (4)
718_items = new ItemDictionary<ProjectItemInstance>(that._items.Count); 811_items = new ItemDictionary<ProjectItemInstance>(that.Items.Count); 2491_items = new ItemDictionary<ProjectItemInstance>(typeCount); 3310_items = new ItemDictionary<ProjectItemInstance>(itemTypeCount);