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)
514lookupForInference.PopulateWithItems(itemType, upToDateTargetInputs[itemType]); 520lookupForExecution.PopulateWithItems(itemType, changedTargetInputs[itemType]);
Microsoft.Build.Engine.UnitTests (5)
Evaluation\Expander_Tests.cs (5)
1404lookup.PopulateWithItems("IntermediateAssembly", intermediateAssemblyItemGroup); 1405lookup.PopulateWithItems("Content", contentItemGroup); 1589lookup.PopulateWithItems("ManySpacesItem", new[] 1595lookup.PopulateWithItems("Exactly1024", new[] 1600lookup.PopulateWithItems("ManyItems", itemGroup);