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