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(