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, 342buckets = BatchingEngine.PrepareBatchingBuckets(taskParameterValues, lookup, _targetChildInstance.Location, _targetLoggingContext); 409loggingContext: _targetLoggingContext); 430_targetLoggingContext.LogInvalidProjectFileError(e); 455TaskLoggingContext taskLoggingContext = _targetLoggingContext.LogTaskBatchStarted(_projectFullPath, _targetChildInstance, taskAssemblyLocation); 540_targetLoggingContext.LogCommentFromText(MessageImportance.Low, s); 642if (_targetLoggingContext.LoggingService.MinimumRequiredMessageImportance > MessageImportance.Low && 643!_targetLoggingContext.LoggingService.OnlyLogCriticalEvents) 651_targetLoggingContext.LogComment( 669_targetLoggingContext, 1109_targetLoggingContext);