1 write to _targetLoggingContext
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
176_targetLoggingContext = loggingContext;
10 references to _targetLoggingContext
Microsoft.Build (10)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (10)
308_taskExecutionHost.InitializeForTask(taskHost, _targetLoggingContext, _buildRequestEntry.RequestConfiguration.Project, _taskNode.Name, _taskNode.Location, _taskHostObject, _continueOnError != ContinueOnError.ErrorAndStop, 316buckets = BatchingEngine.PrepareBatchingBuckets(taskParameterValues, lookup, _targetChildInstance.Location, _targetLoggingContext); 383loggingContext: _targetLoggingContext); 404_targetLoggingContext.LogInvalidProjectFileError(e); 429TaskLoggingContext taskLoggingContext = _targetLoggingContext.LogTaskBatchStarted(_projectFullPath, _targetChildInstance, taskAssemblyLocation); 505_targetLoggingContext.LogCommentFromText(MessageImportance.Low, s); 612if (!_targetLoggingContext.LoggingService.OnlyLogCriticalEvents) 620_targetLoggingContext.LogComment( 638_targetLoggingContext, 1082_targetLoggingContext);