1 write to _taskLoggingContext
Microsoft.Build (1)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
309
_taskLoggingContext
= loggingContext;
32 references to _taskLoggingContext
Microsoft.Build (32)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (32)
343
_taskLoggingContext
.LogComment(MessageImportance.Normal, "TaskAssemblyLocationMismatch", realTaskAssemblyLoaction, _taskFactoryWrapper.TaskFactoryLoadedType.Path);
381
_taskLoggingContext
.LogError(new BuildEventFileInfo(_taskLocation), "TaskParametersError", _taskName, e.Message);
664
_taskLoggingContext
.LogFatalTaskError(e, new BuildEventFileInfo(_taskLocation), ((ProjectTaskInstance)
_taskLoggingContext
.Task).Name);
669
catch (InternalErrorException) when (!
_taskLoggingContext
.IsValid)
947
task = assemblyTaskFactory.CreateTaskInstance(_taskLocation,
_taskLoggingContext
, _buildComponentHost, taskIdentityParameters,
955
TaskFactoryLoggingHost loggingHost = new TaskFactoryLoggingHost(_buildEngine.IsRunningMultipleNodes, _taskLocation,
_taskLoggingContext
);
972
_taskLoggingContext
.LogError(
983
_taskLoggingContext
.LogError(
993
_taskLoggingContext
.LogError(
1081
_taskLoggingContext
.LogError(
1092
_taskLoggingContext
.LogError(
1103
_taskLoggingContext
.LogError(
1114
_taskLoggingContext
.LogError(
1307
if (LogTaskInputs && !
_taskLoggingContext
.LoggingService.OnlyLogCriticalEvents)
1315
_taskLoggingContext
.LogCommentFromText(
1330
_taskLoggingContext
,
1355
_taskLoggingContext
.LogFatalTaskError(
1364
_taskLoggingContext
.LogFatalTaskError(
1438
if (hasElements && LogTaskInputs && !
_taskLoggingContext
.LoggingService.OnlyLogCriticalEvents && parameter.Log)
1441
_taskLoggingContext
,
1484
if (LogTaskInputs && !
_taskLoggingContext
.LoggingService.OnlyLogCriticalEvents)
1491
_taskLoggingContext
,
1501
_taskLoggingContext
.LogComment(MessageImportance.Low, "OutputPropertyLogMessage", outputTargetName, outputString);
1532
if (LogTaskInputs && !
_taskLoggingContext
.LoggingService.OnlyLogCriticalEvents && outputs.Length > 0 && parameter.Log)
1535
_taskLoggingContext
,
1571
if (LogTaskInputs && !
_taskLoggingContext
.LoggingService.OnlyLogCriticalEvents)
1578
_taskLoggingContext
,
1588
_taskLoggingContext
.LogComment(MessageImportance.Low, "OutputPropertyLogMessage", outputTargetName, outputString);
1598
_taskLoggingContext
);
1639
_taskLoggingContext
.LogWarningFromText(null, warningCode, helpKeyword, new BuildEventFileInfo(_taskLocation), message);
1641
catch (InternalErrorException) when (!
_taskLoggingContext
.IsValid)