1 write to _baseLookup
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TargetEntry.cs (1)
191_baseLookup = baseLookup;
3 references to _baseLookup
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\TargetEntry.cs (3)
265return _baseLookup; 431List<ItemBucket> buckets = BatchingEngine.PrepareBatchingBuckets(GetBatchableParametersForTarget(), _baseLookup, _target.Location, null); 628List<ItemBucket> batchingBuckets = BatchingEngine.PrepareBatchingBuckets(GetBatchableParametersForTarget(), _baseLookup, _target.Location, targetLoggingContext);