1 write to _projectFullPath
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
170
_projectFullPath
= requestEntry.RequestConfiguration.Project.FullPath;
2 references to _projectFullPath
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (2)
429
TaskLoggingContext taskLoggingContext = _targetLoggingContext.LogTaskBatchStarted(
_projectFullPath
, _targetChildInstance, taskAssemblyLocation);
478
taskLoggingContext.LogTaskBatchFinished(
_projectFullPath
, taskResult.ResultCode == WorkUnitResultCode.Success || taskResult.ResultCode == WorkUnitResultCode.Skipped);