1 write to _taskLoggingContext
Microsoft.Build (1)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
309_taskLoggingContext = loggingContext;
32 references to _taskLoggingContext
Microsoft.Build (32)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (32)
343_taskLoggingContext.LogComment(MessageImportance.Normal, "TaskAssemblyLocationMismatch", realTaskAssemblyLoaction, _taskFactoryWrapper.TaskFactoryLoadedType.Path); 381_taskLoggingContext.LogError(new BuildEventFileInfo(_taskLocation), "TaskParametersError", _taskName, e.Message); 664_taskLoggingContext.LogFatalTaskError(e, new BuildEventFileInfo(_taskLocation), ((ProjectTaskInstance)_taskLoggingContext.Task).Name); 669catch (InternalErrorException) when (!_taskLoggingContext.IsValid) 947task = assemblyTaskFactory.CreateTaskInstance(_taskLocation, _taskLoggingContext, _buildComponentHost, taskIdentityParameters, 955TaskFactoryLoggingHost loggingHost = new TaskFactoryLoggingHost(_buildEngine.IsRunningMultipleNodes, _taskLocation, _taskLoggingContext); 972_taskLoggingContext.LogError( 983_taskLoggingContext.LogError( 993_taskLoggingContext.LogError( 1081_taskLoggingContext.LogError( 1092_taskLoggingContext.LogError( 1103_taskLoggingContext.LogError( 1114_taskLoggingContext.LogError( 1307if (LogTaskInputs && !_taskLoggingContext.LoggingService.OnlyLogCriticalEvents) 1315_taskLoggingContext.LogCommentFromText( 1330_taskLoggingContext, 1355_taskLoggingContext.LogFatalTaskError( 1364_taskLoggingContext.LogFatalTaskError( 1438if (hasElements && LogTaskInputs && !_taskLoggingContext.LoggingService.OnlyLogCriticalEvents && parameter.Log) 1441_taskLoggingContext, 1484if (LogTaskInputs && !_taskLoggingContext.LoggingService.OnlyLogCriticalEvents) 1491_taskLoggingContext, 1501_taskLoggingContext.LogComment(MessageImportance.Low, "OutputPropertyLogMessage", outputTargetName, outputString); 1532if (LogTaskInputs && !_taskLoggingContext.LoggingService.OnlyLogCriticalEvents && outputs.Length > 0 && parameter.Log) 1535_taskLoggingContext, 1571if (LogTaskInputs && !_taskLoggingContext.LoggingService.OnlyLogCriticalEvents) 1578_taskLoggingContext, 1588_taskLoggingContext.LogComment(MessageImportance.Low, "OutputPropertyLogMessage", outputTargetName, outputString); 1598_taskLoggingContext); 1639_taskLoggingContext.LogWarningFromText(null, warningCode, helpKeyword, new BuildEventFileInfo(_taskLocation), message); 1641catch (InternalErrorException) when (!_taskLoggingContext.IsValid)