1 write to _taskLoggingContext
Microsoft.Build (1)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
305
_taskLoggingContext
= loggingContext;
31 references to _taskLoggingContext
Microsoft.Build (31)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (31)
339
_taskLoggingContext
.LogComment(MessageImportance.Normal, "TaskAssemblyLocationMismatch", realTaskAssemblyLoaction, _taskFactoryWrapper.TaskFactoryLoadedType.Path);
377
_taskLoggingContext
.LogError(new BuildEventFileInfo(_taskLocation), "TaskParametersError", _taskName, e.Message);
660
_taskLoggingContext
.LogFatalTaskError(e, new BuildEventFileInfo(_taskLocation), ((ProjectTaskInstance)
_taskLoggingContext
.Task).Name);
665
catch (InternalErrorException) when (!
_taskLoggingContext
.IsValid)
943
task = assemblyTaskFactory.CreateTaskInstance(_taskLocation,
_taskLoggingContext
, _buildComponentHost, taskIdentityParameters,
951
TaskFactoryLoggingHost loggingHost = new TaskFactoryLoggingHost(_buildEngine.IsRunningMultipleNodes, _taskLocation,
_taskLoggingContext
);
968
_taskLoggingContext
.LogError(
979
_taskLoggingContext
.LogError(
989
_taskLoggingContext
.LogError(
1077
_taskLoggingContext
.LogError(
1088
_taskLoggingContext
.LogError(
1099
_taskLoggingContext
.LogError(
1110
_taskLoggingContext
.LogError(
1300
if (LogTaskInputs && !
_taskLoggingContext
.LoggingService.OnlyLogCriticalEvents)
1308
_taskLoggingContext
.LogCommentFromText(
1323
_taskLoggingContext
,
1348
_taskLoggingContext
.LogFatalTaskError(
1357
_taskLoggingContext
.LogFatalTaskError(
1431
if (hasElements && LogTaskInputs && !
_taskLoggingContext
.LoggingService.OnlyLogCriticalEvents && parameter.Log)
1434
_taskLoggingContext
,
1477
if (LogTaskInputs && !
_taskLoggingContext
.LoggingService.OnlyLogCriticalEvents)
1484
_taskLoggingContext
,
1494
_taskLoggingContext
.LogComment(MessageImportance.Low, "OutputPropertyLogMessage", outputTargetName, outputString);
1525
if (LogTaskInputs && !
_taskLoggingContext
.LoggingService.OnlyLogCriticalEvents && outputs.Length > 0 && parameter.Log)
1528
_taskLoggingContext
,
1564
if (LogTaskInputs && !
_taskLoggingContext
.LoggingService.OnlyLogCriticalEvents)
1571
_taskLoggingContext
,
1581
_taskLoggingContext
.LogComment(MessageImportance.Low, "OutputPropertyLogMessage", outputTargetName, outputString);
1624
_taskLoggingContext
.LogWarningFromText(null, warningCode, helpKeyword, new BuildEventFileInfo(_taskLocation), message);
1626
catch (InternalErrorException) when (!
_taskLoggingContext
.IsValid)