1 write to _targetLoggingContext
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
177
_targetLoggingContext
= loggingContext;
11 references to _targetLoggingContext
Microsoft.Build (11)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (11)
309
_taskExecutionHost.InitializeForTask(taskHost,
_targetLoggingContext
, _buildRequestEntry.RequestConfiguration.Project, _taskNode.Name, _taskNode.Location, _taskHostObject, _continueOnError != ContinueOnError.ErrorAndStop,
317
buckets = BatchingEngine.PrepareBatchingBuckets(taskParameterValues, lookup, _targetChildInstance.Location,
_targetLoggingContext
);
384
loggingContext:
_targetLoggingContext
);
405
_targetLoggingContext
.LogInvalidProjectFileError(e);
430
TaskLoggingContext taskLoggingContext =
_targetLoggingContext
.LogTaskBatchStarted(_projectFullPath, _targetChildInstance, taskAssemblyLocation);
515
_targetLoggingContext
.LogCommentFromText(MessageImportance.Low, s);
622
if (
_targetLoggingContext
.LoggingService.MinimumRequiredMessageImportance > MessageImportance.Low &&
623
!
_targetLoggingContext
.LoggingService.OnlyLogCriticalEvents)
631
_targetLoggingContext
.LogComment(
649
_targetLoggingContext
,
1089
_targetLoggingContext
);