1 write to _taskLoggingContext
Microsoft.Build (1)
Instance\TaskFactories\TaskHostTask.cs (1)
184
_taskLoggingContext
= taskLoggingContext;
10 references to _taskLoggingContext
Microsoft.Build (10)
Instance\TaskFactories\TaskHostTask.cs (10)
301
_taskLoggingContext
.LogComment(
340
_taskLoggingContext
?.TargetLoggingContext?.Target?.Name,
345
_taskLoggingContext
.GetWarningsAsErrors(),
346
_taskLoggingContext
.GetWarningsNotAsErrors(),
347
_taskLoggingContext
.GetWarningsAsMessages());
379
_taskLoggingContext
.LogComment(
636
_taskLoggingContext
.LogFatalError(taskHostTaskComplete.TaskException, new BuildEventFileInfo(_taskLocation), taskHostTaskComplete.TaskExceptionMessage, taskHostTaskComplete.TaskExceptionMessageArgs);
660
_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(