1 write to _taskLoggingContext
Microsoft.Build (1)
Instance\TaskFactories\TaskHostTask.cs (1)
186
_taskLoggingContext
= taskLoggingContext;
10 references to _taskLoggingContext
Microsoft.Build (10)
Instance\TaskFactories\TaskHostTask.cs (10)
308
_taskLoggingContext
.LogComment(
347
_taskLoggingContext
?.TargetLoggingContext?.Target?.Name,
352
_taskLoggingContext
.GetWarningsAsErrors(),
353
_taskLoggingContext
.GetWarningsNotAsErrors(),
354
_taskLoggingContext
.GetWarningsAsMessages());
386
_taskLoggingContext
.LogComment(
637
_taskLoggingContext
.LogFatalError(taskHostTaskComplete.TaskException, new BuildEventFileInfo(_taskLocation), taskHostTaskComplete.TaskExceptionMessage, taskHostTaskComplete.TaskExceptionMessageArgs);
661
_taskLoggingContext
.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostExitedPrematurely", (nodeShutdown.Exception == null) ? String.Empty : nodeShutdown.Exception.ToString());
840
_taskLoggingContext
.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostAcquireFailed", _taskType.Type.Name, runtime, architecture, msbuildLocation);
844
_taskLoggingContext
.LogError(