1 write to _baseLookup
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TargetEntry.cs (1)
181_baseLookup = baseLookup;
3 references to _baseLookup
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\TargetEntry.cs (3)
255return _baseLookup; 423List<ItemBucket> buckets = BatchingEngine.PrepareBatchingBuckets(GetBatchableParametersForTarget(), _baseLookup, _target.Location); 622List<ItemBucket> batchingBuckets = BatchingEngine.PrepareBatchingBuckets(GetBatchableParametersForTarget(), _baseLookup, _target.Location);