10 references to BatchingEngine
Microsoft.Build (5)
BackEnd\Components\RequestBuilder\IntrinsicTasks\ItemGroupIntrinsicTask.cs (1)
62
buckets =
BatchingEngine
.PrepareBatchingBuckets(parameterValues, lookup, child.ItemType, _taskInstance.Location, LoggingContext);
BackEnd\Components\RequestBuilder\IntrinsicTasks\PropertyGroupIntrinsicTask.cs (1)
56
buckets =
BatchingEngine
.PrepareBatchingBuckets(parameterValues, lookup, property.Location, LoggingContext);
BackEnd\Components\RequestBuilder\TargetEntry.cs (2)
431
List<ItemBucket> buckets =
BatchingEngine
.PrepareBatchingBuckets(GetBatchableParametersForTarget(), _baseLookup, _target.Location, null);
628
List<ItemBucket> batchingBuckets =
BatchingEngine
.PrepareBatchingBuckets(GetBatchableParametersForTarget(), _baseLookup, _target.Location, targetLoggingContext);
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
316
buckets =
BatchingEngine
.PrepareBatchingBuckets(taskParameterValues, lookup, _targetChildInstance.Location, _targetLoggingContext);
Microsoft.Build.Engine.UnitTests (5)
BackEnd\BatchingEngine_Tests.cs (5)
56
List<ItemBucket> buckets =
BatchingEngine
.PrepareBatchingBuckets(
145
List<ItemBucket> buckets =
BatchingEngine
.PrepareBatchingBuckets(
183
BatchingEngine
.PrepareBatchingBuckets(
208
BatchingEngine
.PrepareBatchingBuckets(
238
List<ItemBucket> buckets =
BatchingEngine
.PrepareBatchingBuckets(