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", realTaskAssemblyLoaction, _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( 1308if (LogTaskInputs && !_taskLoggingContext.LoggingService.OnlyLogCriticalEvents) 1316_taskLoggingContext.LogCommentFromText( 1331_taskLoggingContext, 1356_taskLoggingContext.LogFatalTaskError( 1365_taskLoggingContext.LogFatalTaskError( 1456if (hasElements && LogTaskInputs && !_taskLoggingContext.LoggingService.OnlyLogCriticalEvents && parameter.Log) 1459_taskLoggingContext, 1502if (LogTaskInputs && !_taskLoggingContext.LoggingService.OnlyLogCriticalEvents) 1509_taskLoggingContext, 1519_taskLoggingContext.LogComment(MessageImportance.Low, "OutputPropertyLogMessage", outputTargetName, outputString); 1550if (LogTaskInputs && !_taskLoggingContext.LoggingService.OnlyLogCriticalEvents && outputs.Length > 0 && parameter.Log) 1553_taskLoggingContext, 1589if (LogTaskInputs && !_taskLoggingContext.LoggingService.OnlyLogCriticalEvents) 1596_taskLoggingContext, 1606_taskLoggingContext.LogComment(MessageImportance.Low, "OutputPropertyLogMessage", outputTargetName, outputString); 1616_taskLoggingContext); 1657_taskLoggingContext.LogWarningFromText(null, warningCode, helpKeyword, new BuildEventFileInfo(_taskLocation), message); 1659catch (InternalErrorException) when (!_taskLoggingContext.IsValid)