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);
884
catch (InternalErrorException) when (!
_taskLoggingContext
.IsValid)
1269
_taskLoggingContext
,
1284
TaskFactoryEngineContext 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(
1720
if (LogTaskInputs && !
_taskLoggingContext
.LoggingService.OnlyLogCriticalEvents)
1732
_taskLoggingContext
,
1757
_taskLoggingContext
.LogFatalTaskError(
1766
_taskLoggingContext
.LogFatalTaskError(
1868
if (hasElements && LogTaskInputs && !
_taskLoggingContext
.LoggingService.OnlyLogCriticalEvents && parameter.Log)
1871
_taskLoggingContext
,
1914
if (LogTaskInputs && !
_taskLoggingContext
.LoggingService.OnlyLogCriticalEvents)
1919
_taskLoggingContext
,
1955
if (LogTaskInputs && !
_taskLoggingContext
.LoggingService.OnlyLogCriticalEvents && outputs.Length > 0 && parameter.Log)
1958
_taskLoggingContext
,
1994
if (LogTaskInputs && !
_taskLoggingContext
.LoggingService.OnlyLogCriticalEvents)
1999
_taskLoggingContext
,
2014
_taskLoggingContext
);
2055
_taskLoggingContext
.LogWarningFromText(null, warningCode, helpKeyword, new BuildEventFileInfo(_taskLocation), message);
2057
catch (InternalErrorException) when (!
_taskLoggingContext
.IsValid)
2130
_taskLoggingContext
,