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)
265
return
_baseLookup
;
431
List<ItemBucket> buckets = BatchingEngine.PrepareBatchingBuckets(GetBatchableParametersForTarget(),
_baseLookup
, _target.Location, null);
628
List<ItemBucket> batchingBuckets = BatchingEngine.PrepareBatchingBuckets(GetBatchableParametersForTarget(),
_baseLookup
, _target.Location, targetLoggingContext);