1 write to _taskLoggingContext
Microsoft.Build (1)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
310
_taskLoggingContext
= loggingContext;
32 references to _taskLoggingContext
Microsoft.Build (32)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (32)
344
_taskLoggingContext
.LogComment(MessageImportance.Normal, "TaskAssemblyLocationMismatch", realTaskAssemblyLoaction, _taskFactoryWrapper.TaskFactoryLoadedType.Path);
382
_taskLoggingContext
.LogError(new BuildEventFileInfo(_taskLocation), "TaskParametersError", _taskName, e.Message);
665
_taskLoggingContext
.LogFatalTaskError(e, new BuildEventFileInfo(_taskLocation), ((ProjectTaskInstance)
_taskLoggingContext
.Task).Name);
670
catch (InternalErrorException) when (!
_taskLoggingContext
.IsValid)
948
task = assemblyTaskFactory.CreateTaskInstance(_taskLocation,
_taskLoggingContext
, _buildComponentHost, taskIdentityParameters,
956
TaskFactoryLoggingHost loggingHost = new TaskFactoryLoggingHost(_buildEngine.IsRunningMultipleNodes, _taskLocation,
_taskLoggingContext
);
973
_taskLoggingContext
.LogError(
984
_taskLoggingContext
.LogError(
994
_taskLoggingContext
.LogError(
1082
_taskLoggingContext
.LogError(
1093
_taskLoggingContext
.LogError(
1104
_taskLoggingContext
.LogError(
1115
_taskLoggingContext
.LogError(
1308
if (LogTaskInputs && !
_taskLoggingContext
.LoggingService.OnlyLogCriticalEvents)
1316
_taskLoggingContext
.LogCommentFromText(
1331
_taskLoggingContext
,
1356
_taskLoggingContext
.LogFatalTaskError(
1365
_taskLoggingContext
.LogFatalTaskError(
1456
if (hasElements && LogTaskInputs && !
_taskLoggingContext
.LoggingService.OnlyLogCriticalEvents && parameter.Log)
1459
_taskLoggingContext
,
1502
if (LogTaskInputs && !
_taskLoggingContext
.LoggingService.OnlyLogCriticalEvents)
1509
_taskLoggingContext
,
1519
_taskLoggingContext
.LogComment(MessageImportance.Low, "OutputPropertyLogMessage", outputTargetName, outputString);
1550
if (LogTaskInputs && !
_taskLoggingContext
.LoggingService.OnlyLogCriticalEvents && outputs.Length > 0 && parameter.Log)
1553
_taskLoggingContext
,
1589
if (LogTaskInputs && !
_taskLoggingContext
.LoggingService.OnlyLogCriticalEvents)
1596
_taskLoggingContext
,
1606
_taskLoggingContext
.LogComment(MessageImportance.Low, "OutputPropertyLogMessage", outputTargetName, outputString);
1616
_taskLoggingContext
);
1657
_taskLoggingContext
.LogWarningFromText(null, warningCode, helpKeyword, new BuildEventFileInfo(_taskLocation), message);
1659
catch (InternalErrorException) when (!
_taskLoggingContext
.IsValid)