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