8 references to PopulateWithItems
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\ItemBucket.cs (1)
97
_lookup.
PopulateWithItems
(name, new List<ProjectItemInstance>());
BackEnd\Components\RequestBuilder\TargetEntry.cs (2)
514
lookupForInference.
PopulateWithItems
(itemType, upToDateTargetInputs[itemType]);
520
lookupForExecution.
PopulateWithItems
(itemType, changedTargetInputs[itemType]);
Microsoft.Build.Engine.UnitTests (5)
Evaluation\Expander_Tests.cs (5)
1404
lookup.
PopulateWithItems
("IntermediateAssembly", intermediateAssemblyItemGroup);
1405
lookup.
PopulateWithItems
("Content", contentItemGroup);
1589
lookup.
PopulateWithItems
("ManySpacesItem", new[]
1595
lookup.
PopulateWithItems
("Exactly1024", new[]
1600
lookup.
PopulateWithItems
("ManyItems", itemGroup);