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