1 write to _taskLoggingContext
Microsoft.Build (1)
Instance\TaskFactories\TaskHostTask.cs (1)
172_taskLoggingContext = taskLoggingContext;
8 references to _taskLoggingContext
Microsoft.Build (8)
Instance\TaskFactories\TaskHostTask.cs (8)
286_taskLoggingContext.LogComment( 327_taskLoggingContext.GetWarningsAsErrors(), 328_taskLoggingContext.GetWarningsNotAsErrors(), 329_taskLoggingContext.GetWarningsAsMessages()); 567_taskLoggingContext.LogFatalError(taskHostTaskComplete.TaskException, new BuildEventFileInfo(_taskLocation), taskHostTaskComplete.TaskExceptionMessage, taskHostTaskComplete.TaskExceptionMessageArgs); 591_taskLoggingContext.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostExitedPrematurely", (nodeShutdown.Exception == null) ? String.Empty : nodeShutdown.Exception.ToString()); 664_taskLoggingContext.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostAcquireFailed", _taskType.Type.Name, runtime, architecture, msbuildLocation); 668_taskLoggingContext.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostNodeFailedToLaunch", _taskType.Type.Name, runtime, architecture, msbuildLocation, e.ErrorCode, e.Message);