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", realTaskAssemblyLocation, _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(
1309
if (LogTaskInputs && !
_taskLoggingContext
.LoggingService.OnlyLogCriticalEvents)
1317
_taskLoggingContext
.LogCommentFromText(
1332
_taskLoggingContext
,
1357
_taskLoggingContext
.LogFatalTaskError(
1366
_taskLoggingContext
.LogFatalTaskError(
1457
if (hasElements && LogTaskInputs && !
_taskLoggingContext
.LoggingService.OnlyLogCriticalEvents && parameter.Log)
1460
_taskLoggingContext
,
1503
if (LogTaskInputs && !
_taskLoggingContext
.LoggingService.OnlyLogCriticalEvents)
1510
_taskLoggingContext
,
1520
_taskLoggingContext
.LogComment(MessageImportance.Low, "OutputPropertyLogMessage", outputTargetName, outputString);
1551
if (LogTaskInputs && !
_taskLoggingContext
.LoggingService.OnlyLogCriticalEvents && outputs.Length > 0 && parameter.Log)
1554
_taskLoggingContext
,
1590
if (LogTaskInputs && !
_taskLoggingContext
.LoggingService.OnlyLogCriticalEvents)
1597
_taskLoggingContext
,
1607
_taskLoggingContext
.LogComment(MessageImportance.Low, "OutputPropertyLogMessage", outputTargetName, outputString);
1617
_taskLoggingContext
);
1658
_taskLoggingContext
.LogWarningFromText(null, warningCode, helpKeyword, new BuildEventFileInfo(_taskLocation), message);
1660
catch (InternalErrorException) when (!
_taskLoggingContext
.IsValid)