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