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