1 write to _taskLoggingContext
Microsoft.Build (1)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
457_taskLoggingContext = loggingContext;
32 references to _taskLoggingContext
Microsoft.Build (32)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (32)
538_taskLoggingContext.LogComment(MessageImportance.Normal, "TaskAssemblyLocationMismatch", realTaskAssemblyLocation, _taskFactoryWrapper.TaskFactoryLoadedType.Path); 592_taskLoggingContext.LogError(new BuildEventFileInfo(_taskLocation), "TaskParametersError", _taskName, e.Message); 879_taskLoggingContext.LogFatalTaskError(e, new BuildEventFileInfo(_taskLocation), ((ProjectTaskInstance)_taskLoggingContext.Task).Name); 884catch (InternalErrorException) when (!_taskLoggingContext.IsValid) 1269_taskLoggingContext, 1284TaskFactoryEngineContext taskFactoryEngineContext = new TaskFactoryEngineContext(_buildEngine.IsRunningMultipleNodes, _taskLocation, _taskLoggingContext, _buildComponentHost?.BuildParameters?.MultiThreaded ?? false, Traits.Instance.ForceTaskFactoryOutOfProc); 1299_taskLoggingContext.LogError( 1328_taskLoggingContext?.TargetLoggingContext?.ProjectLoggingContext?.ProjectTelemetry?.AddTaskExecution(_taskFactoryWrapper.TaskFactory.GetType().FullName, isTaskHost); 1340_taskLoggingContext.LogError( 1351_taskLoggingContext.LogError( 1361_taskLoggingContext.LogError( 1447_taskLoggingContext.LogError( 1458_taskLoggingContext.LogError( 1469_taskLoggingContext.LogError( 1480_taskLoggingContext.LogError( 1720if (LogTaskInputs && !_taskLoggingContext.LoggingService.OnlyLogCriticalEvents) 1732_taskLoggingContext, 1757_taskLoggingContext.LogFatalTaskError( 1766_taskLoggingContext.LogFatalTaskError( 1868if (hasElements && LogTaskInputs && !_taskLoggingContext.LoggingService.OnlyLogCriticalEvents && parameter.Log) 1871_taskLoggingContext, 1914if (LogTaskInputs && !_taskLoggingContext.LoggingService.OnlyLogCriticalEvents) 1919_taskLoggingContext, 1955if (LogTaskInputs && !_taskLoggingContext.LoggingService.OnlyLogCriticalEvents && outputs.Length > 0 && parameter.Log) 1958_taskLoggingContext, 1994if (LogTaskInputs && !_taskLoggingContext.LoggingService.OnlyLogCriticalEvents) 1999_taskLoggingContext, 2014_taskLoggingContext); 2055_taskLoggingContext.LogWarningFromText(null, warningCode, helpKeyword, new BuildEventFileInfo(_taskLocation), message); 2057catch (InternalErrorException) when (!_taskLoggingContext.IsValid) 2130_taskLoggingContext,