1 write to _targetLoggingContext
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
177_targetLoggingContext = loggingContext;
11 references to _targetLoggingContext
Microsoft.Build (11)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (11)
309_taskExecutionHost.InitializeForTask(taskHost, _targetLoggingContext, _buildRequestEntry.RequestConfiguration.Project, _taskNode.Name, _taskNode.Location, _taskHostObject, _continueOnError != ContinueOnError.ErrorAndStop, 317buckets = BatchingEngine.PrepareBatchingBuckets(taskParameterValues, lookup, _targetChildInstance.Location, _targetLoggingContext); 384loggingContext: _targetLoggingContext); 405_targetLoggingContext.LogInvalidProjectFileError(e); 430TaskLoggingContext taskLoggingContext = _targetLoggingContext.LogTaskBatchStarted(_projectFullPath, _targetChildInstance, taskAssemblyLocation); 515_targetLoggingContext.LogCommentFromText(MessageImportance.Low, s); 622if (_targetLoggingContext.LoggingService.MinimumRequiredMessageImportance > MessageImportance.Low && 623!_targetLoggingContext.LoggingService.OnlyLogCriticalEvents) 631_targetLoggingContext.LogComment( 649_targetLoggingContext, 1089_targetLoggingContext);