8 references to PopulateWithItems
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\ItemBucket.cs (1)
93_lookup.PopulateWithItems(name, new List<ProjectItemInstance>());
BackEnd\Components\RequestBuilder\TargetEntry.cs (2)
498lookupForInference.PopulateWithItems(itemType, upToDateTargetInputs[itemType]); 504lookupForExecution.PopulateWithItems(itemType, changedTargetInputs[itemType]);
Microsoft.Build.Engine.UnitTests (5)
Evaluation\Expander_Tests.cs (5)
1349lookup.PopulateWithItems("IntermediateAssembly", intermediateAssemblyItemGroup); 1350lookup.PopulateWithItems("Content", contentItemGroup); 1534lookup.PopulateWithItems("ManySpacesItem", new[] 1540lookup.PopulateWithItems("Exactly1024", new[] 1545lookup.PopulateWithItems("ManyItems", itemGroup);