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, 338buckets = BatchingEngine.PrepareBatchingBuckets(taskParameterValues, lookup, _targetChildInstance.Location, _targetLoggingContext); 405loggingContext: _targetLoggingContext); 426_targetLoggingContext.LogInvalidProjectFileError(e); 451TaskLoggingContext taskLoggingContext = _targetLoggingContext.LogTaskBatchStarted(_projectFullPath, _targetChildInstance, taskAssemblyLocation); 534_targetLoggingContext.LogCommentFromText(MessageImportance.Low, s); 636if (_targetLoggingContext.LoggingService.MinimumRequiredMessageImportance > MessageImportance.Low && 637!_targetLoggingContext.LoggingService.OnlyLogCriticalEvents) 645_targetLoggingContext.LogComment( 663_targetLoggingContext, 1117_targetLoggingContext);