7 references to PopulateWithItems
Microsoft.Build (2)
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)
1450lookup.PopulateWithItems("IntermediateAssembly", intermediateAssemblyItemGroup); 1451lookup.PopulateWithItems("Content", contentItemGroup); 1635lookup.PopulateWithItems("ManySpacesItem", new[] 1641lookup.PopulateWithItems("Exactly1024", new[] 1646lookup.PopulateWithItems("ManyItems", itemGroup);