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