1 write to _targetLoggingContext
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
191
_targetLoggingContext
= loggingContext;
11 references to _targetLoggingContext
Microsoft.Build (11)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (11)
325
_targetLoggingContext
,
342
buckets = BatchingEngine.PrepareBatchingBuckets(taskParameterValues, lookup, _targetChildInstance.Location,
_targetLoggingContext
);
409
loggingContext:
_targetLoggingContext
);
430
_targetLoggingContext
.LogInvalidProjectFileError(e);
455
TaskLoggingContext taskLoggingContext =
_targetLoggingContext
.LogTaskBatchStarted(_projectFullPath, _targetChildInstance, taskAssemblyLocation);
540
_targetLoggingContext
.LogCommentFromText(MessageImportance.Low, s);
642
if (
_targetLoggingContext
.LoggingService.MinimumRequiredMessageImportance > MessageImportance.Low &&
643
!
_targetLoggingContext
.LoggingService.OnlyLogCriticalEvents)
651
_targetLoggingContext
.LogComment(
669
_targetLoggingContext
,
1109
_targetLoggingContext
);