1 write to _taskLoggingContext
Microsoft.Build (1)
Instance\TaskFactories\TaskHostTask.cs (1)
185
_taskLoggingContext
= taskLoggingContext;
9 references to _taskLoggingContext
Microsoft.Build (9)
Instance\TaskFactories\TaskHostTask.cs (9)
304
_taskLoggingContext
.LogComment(
343
_taskLoggingContext
?.TargetLoggingContext?.Target?.Name,
348
_taskLoggingContext
.GetWarningsAsErrors(),
349
_taskLoggingContext
.GetWarningsNotAsErrors(),
350
_taskLoggingContext
.GetWarningsAsMessages());
602
_taskLoggingContext
.LogFatalError(taskHostTaskComplete.TaskException, new BuildEventFileInfo(_taskLocation), taskHostTaskComplete.TaskExceptionMessage, taskHostTaskComplete.TaskExceptionMessageArgs);
626
_taskLoggingContext
.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostExitedPrematurely", (nodeShutdown.Exception == null) ? String.Empty : nodeShutdown.Exception.ToString());
746
_taskLoggingContext
.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostAcquireFailed", _taskType.Type.Name, runtime, architecture, msbuildLocation);
750
_taskLoggingContext
.LogError(