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)
306_taskLoggingContext.LogComment( 345_taskLoggingContext?.TargetLoggingContext?.Target?.Name, 350_taskLoggingContext.GetWarningsAsErrors(), 351_taskLoggingContext.GetWarningsNotAsErrors(), 352_taskLoggingContext.GetWarningsAsMessages()); 384_taskLoggingContext.LogComment( 635_taskLoggingContext.LogFatalError(taskHostTaskComplete.TaskException, new BuildEventFileInfo(_taskLocation), taskHostTaskComplete.TaskExceptionMessage, taskHostTaskComplete.TaskExceptionMessageArgs); 659_taskLoggingContext.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostExitedPrematurely", (nodeShutdown.Exception == null) ? String.Empty : nodeShutdown.Exception.ToString()); 839_taskLoggingContext.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostAcquireFailed", _taskType.Type.Name, runtime, architecture, msbuildLocation); 843_taskLoggingContext.LogError(