1 write to _targetLoggingContext
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
187
_targetLoggingContext
= loggingContext;
11 references to _targetLoggingContext
Microsoft.Build (11)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (11)
321
_targetLoggingContext
,
338
buckets = BatchingEngine.PrepareBatchingBuckets(taskParameterValues, lookup, _targetChildInstance.Location,
_targetLoggingContext
);
405
loggingContext:
_targetLoggingContext
);
426
_targetLoggingContext
.LogInvalidProjectFileError(e);
451
TaskLoggingContext taskLoggingContext =
_targetLoggingContext
.LogTaskBatchStarted(_projectFullPath, _targetChildInstance, taskAssemblyLocation);
534
_targetLoggingContext
.LogCommentFromText(MessageImportance.Low, s);
636
if (
_targetLoggingContext
.LoggingService.MinimumRequiredMessageImportance > MessageImportance.Low &&
637
!
_targetLoggingContext
.LoggingService.OnlyLogCriticalEvents)
645
_targetLoggingContext
.LogComment(
663
_targetLoggingContext
,
1117
_targetLoggingContext
);