1 write to _taskLoggingContext
Microsoft.Build (1)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
310_taskLoggingContext = loggingContext;
32 references to _taskLoggingContext
Microsoft.Build (32)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (32)
344_taskLoggingContext.LogComment(MessageImportance.Normal, "TaskAssemblyLocationMismatch", realTaskAssemblyLocation, _taskFactoryWrapper.TaskFactoryLoadedType.Path); 382_taskLoggingContext.LogError(new BuildEventFileInfo(_taskLocation), "TaskParametersError", _taskName, e.Message); 665_taskLoggingContext.LogFatalTaskError(e, new BuildEventFileInfo(_taskLocation), ((ProjectTaskInstance)_taskLoggingContext.Task).Name); 670catch (InternalErrorException) when (!_taskLoggingContext.IsValid) 948task = assemblyTaskFactory.CreateTaskInstance(_taskLocation, _taskLoggingContext, _buildComponentHost, taskIdentityParameters, 956TaskFactoryLoggingHost loggingHost = new TaskFactoryLoggingHost(_buildEngine.IsRunningMultipleNodes, _taskLocation, _taskLoggingContext); 973_taskLoggingContext.LogError( 984_taskLoggingContext.LogError( 994_taskLoggingContext.LogError( 1082_taskLoggingContext.LogError( 1093_taskLoggingContext.LogError( 1104_taskLoggingContext.LogError( 1115_taskLoggingContext.LogError( 1309if (LogTaskInputs && !_taskLoggingContext.LoggingService.OnlyLogCriticalEvents) 1317_taskLoggingContext.LogCommentFromText( 1332_taskLoggingContext, 1357_taskLoggingContext.LogFatalTaskError( 1366_taskLoggingContext.LogFatalTaskError( 1457if (hasElements && LogTaskInputs && !_taskLoggingContext.LoggingService.OnlyLogCriticalEvents && parameter.Log) 1460_taskLoggingContext, 1503if (LogTaskInputs && !_taskLoggingContext.LoggingService.OnlyLogCriticalEvents) 1510_taskLoggingContext, 1520_taskLoggingContext.LogComment(MessageImportance.Low, "OutputPropertyLogMessage", outputTargetName, outputString); 1551if (LogTaskInputs && !_taskLoggingContext.LoggingService.OnlyLogCriticalEvents && outputs.Length > 0 && parameter.Log) 1554_taskLoggingContext, 1590if (LogTaskInputs && !_taskLoggingContext.LoggingService.OnlyLogCriticalEvents) 1597_taskLoggingContext, 1607_taskLoggingContext.LogComment(MessageImportance.Low, "OutputPropertyLogMessage", outputTargetName, outputString); 1617_taskLoggingContext); 1658_taskLoggingContext.LogWarningFromText(null, warningCode, helpKeyword, new BuildEventFileInfo(_taskLocation), message); 1660catch (InternalErrorException) when (!_taskLoggingContext.IsValid)