2 references to PrepareBatchingBuckets
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\BatchingEngine.cs (1)
87
return
PrepareBatchingBuckets
(batchableObjectParameters, lookup, null, elementLocation, loggingContext);
BackEnd\Components\RequestBuilder\IntrinsicTasks\ItemGroupIntrinsicTask.cs (1)
62
buckets = BatchingEngine.
PrepareBatchingBuckets
(parameterValues, lookup, child.ItemType, _taskInstance.Location, LoggingContext);