7 references to PopulateWithItems
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\TargetEntry.cs (2)
513lookupForInference.PopulateWithItems(itemType, upToDateTargetInputs[itemType]); 519lookupForExecution.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);