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)
429TaskLoggingContext taskLoggingContext = _targetLoggingContext.LogTaskBatchStarted(_projectFullPath, _targetChildInstance, taskAssemblyLocation); 478taskLoggingContext.LogTaskBatchFinished(_projectFullPath, taskResult.ResultCode == WorkUnitResultCode.Success || taskResult.ResultCode == WorkUnitResultCode.Skipped);