1 write to _taskLoggingContext
Microsoft.Build (1)
Instance\TaskFactories\TaskHostTask.cs (1)
147
_taskLoggingContext
= taskLoggingContext;
8 references to _taskLoggingContext
Microsoft.Build (8)
Instance\TaskFactories\TaskHostTask.cs (8)
258
_taskLoggingContext
.LogComment(MessageImportance.Low, "ExecutingTaskInTaskHost", _taskType.Type.Name, _taskType.Assembly.AssemblyLocation, runtime, architecture);
287
_taskLoggingContext
.GetWarningsAsErrors(),
288
_taskLoggingContext
.GetWarningsNotAsErrors(),
289
_taskLoggingContext
.GetWarningsAsMessages());
504
_taskLoggingContext
.LogFatalError(taskHostTaskComplete.TaskException, new BuildEventFileInfo(_taskLocation), taskHostTaskComplete.TaskExceptionMessage, taskHostTaskComplete.TaskExceptionMessageArgs);
528
_taskLoggingContext
.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostExitedPrematurely", (nodeShutdown.Exception == null) ? String.Empty : nodeShutdown.Exception.ToString());
601
_taskLoggingContext
.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostAcquireFailed", _taskType.Type.Name, runtime, architecture, msbuildLocation);
605
_taskLoggingContext
.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostNodeFailedToLaunch", _taskType.Type.Name, runtime, architecture, msbuildLocation, e.ErrorCode, e.Message);