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