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);
538
_targetLoggingContext
.LogCommentFromText(MessageImportance.Low, s);
640
if (
_targetLoggingContext
.LoggingService.MinimumRequiredMessageImportance > MessageImportance.Low &&
641
!
_targetLoggingContext
.LoggingService.OnlyLogCriticalEvents)
649
_targetLoggingContext
.LogComment(
667
_targetLoggingContext
,
1121
_targetLoggingContext
);