1 write to _targetLoggingContext
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
176
_targetLoggingContext
= loggingContext;
10 references to _targetLoggingContext
Microsoft.Build (10)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (10)
308
_taskExecutionHost.InitializeForTask(taskHost,
_targetLoggingContext
, _buildRequestEntry.RequestConfiguration.Project, _taskNode.Name, _taskNode.Location, _taskHostObject, _continueOnError != ContinueOnError.ErrorAndStop,
316
buckets = BatchingEngine.PrepareBatchingBuckets(taskParameterValues, lookup, _targetChildInstance.Location,
_targetLoggingContext
);
383
loggingContext:
_targetLoggingContext
);
404
_targetLoggingContext
.LogInvalidProjectFileError(e);
429
TaskLoggingContext taskLoggingContext =
_targetLoggingContext
.LogTaskBatchStarted(_projectFullPath, _targetChildInstance, taskAssemblyLocation);
505
_targetLoggingContext
.LogCommentFromText(MessageImportance.Low, s);
612
if (!
_targetLoggingContext
.LoggingService.OnlyLogCriticalEvents)
620
_targetLoggingContext
.LogComment(
638
_targetLoggingContext
,
1082
_targetLoggingContext
);