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