15 references to Location
Microsoft.Build (15)
BackEnd\Components\Logging\TargetLoggingContext.cs (2)
46projectLoggingContext.BuildEventContext, target.Name, projectFullPath, target.Location.File, 100LoggingService.LogTargetFinished(BuildEventContext, _target.Name, projectFullPath, _target.Location.File, success, targetOutputWrapper);
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
1327projectTargetInstance.Value.Location.Equals(targetResult.TargetLocation);
BackEnd\Components\RequestBuilder\TargetBuilder.cs (3)
161targets.Add(new TargetSpecification(targetName.name, targetExists ? targetInstance.Location : _projectInstance.ProjectFileLocation, targetName.reason)); 526targetResult.TargetLocation = currentTargetEntry.Target.Location; 574TargetFile = currentTargetEntry.Target.Location.File,
BackEnd\Components\RequestBuilder\TargetEntry.cs (3)
387TargetFile = _target.Location.File, 428List<ItemBucket> buckets = BatchingEngine.PrepareBatchingBuckets(GetBatchableParametersForTarget(), _baseLookup, _target.Location, null); 628List<ItemBucket> batchingBuckets = BatchingEngine.PrepareBatchingBuckets(GetBatchableParametersForTarget(), _baseLookup, _target.Location, targetLoggingContext);
Construction\Solution\SolutionProjectGenerator.cs (5)
1056if (traversalInstance.Targets[targetName].Location.File == traversalProject.FullPath) 2481initialTarget.Location, 2482initialTarget.Location); 2486initialTarget.Location, 2487initialTarget.Location,
Evaluation\Evaluator.cs (1)
1052_evaluationLoggingContext.LogComment(MessageImportance.Low, "OverridingTarget", otherTarget.Name, otherTarget.Location.File, targetName, targetElement.Location.File);