1 write to _taskLoggingContext
Microsoft.Build (1)
Instance\TaskFactories\TaskHostTask.cs (1)
189
_taskLoggingContext
= taskLoggingContext;
10 references to _taskLoggingContext
Microsoft.Build (10)
Instance\TaskFactories\TaskHostTask.cs (10)
306
_taskLoggingContext
.LogComment(
345
_taskLoggingContext
?.TargetLoggingContext?.Target?.Name,
350
_taskLoggingContext
.GetWarningsAsErrors(),
351
_taskLoggingContext
.GetWarningsNotAsErrors(),
352
_taskLoggingContext
.GetWarningsAsMessages());
385
_taskLoggingContext
.LogComment(
643
_taskLoggingContext
.LogFatalError(taskHostTaskComplete.TaskException, new BuildEventFileInfo(_taskLocation), taskHostTaskComplete.TaskExceptionMessage, taskHostTaskComplete.TaskExceptionMessageArgs);
667
_taskLoggingContext
.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostExitedPrematurely", (nodeShutdown.Exception == null) ? String.Empty : nodeShutdown.Exception.ToString());
881
_taskLoggingContext
.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostAcquireFailed", _taskType.Type.Name, runtime, architecture, msbuildLocation);
885
_taskLoggingContext
.LogError(