1 write to _taskLoggingContext
Microsoft.Build (1)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
305_taskLoggingContext = loggingContext;
31 references to _taskLoggingContext
Microsoft.Build (31)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (31)
339_taskLoggingContext.LogComment(MessageImportance.Normal, "TaskAssemblyLocationMismatch", realTaskAssemblyLoaction, _taskFactoryWrapper.TaskFactoryLoadedType.Path); 377_taskLoggingContext.LogError(new BuildEventFileInfo(_taskLocation), "TaskParametersError", _taskName, e.Message); 660_taskLoggingContext.LogFatalTaskError(e, new BuildEventFileInfo(_taskLocation), ((ProjectTaskInstance)_taskLoggingContext.Task).Name); 665catch (InternalErrorException) when (!_taskLoggingContext.IsValid) 943task = assemblyTaskFactory.CreateTaskInstance(_taskLocation, _taskLoggingContext, _buildComponentHost, taskIdentityParameters, 951TaskFactoryLoggingHost loggingHost = new TaskFactoryLoggingHost(_buildEngine.IsRunningMultipleNodes, _taskLocation, _taskLoggingContext); 968_taskLoggingContext.LogError( 979_taskLoggingContext.LogError( 989_taskLoggingContext.LogError( 1077_taskLoggingContext.LogError( 1088_taskLoggingContext.LogError( 1099_taskLoggingContext.LogError( 1110_taskLoggingContext.LogError( 1300if (LogTaskInputs && !_taskLoggingContext.LoggingService.OnlyLogCriticalEvents) 1308_taskLoggingContext.LogCommentFromText( 1323_taskLoggingContext, 1348_taskLoggingContext.LogFatalTaskError( 1357_taskLoggingContext.LogFatalTaskError( 1431if (hasElements && LogTaskInputs && !_taskLoggingContext.LoggingService.OnlyLogCriticalEvents && parameter.Log) 1434_taskLoggingContext, 1477if (LogTaskInputs && !_taskLoggingContext.LoggingService.OnlyLogCriticalEvents) 1484_taskLoggingContext, 1494_taskLoggingContext.LogComment(MessageImportance.Low, "OutputPropertyLogMessage", outputTargetName, outputString); 1525if (LogTaskInputs && !_taskLoggingContext.LoggingService.OnlyLogCriticalEvents && outputs.Length > 0 && parameter.Log) 1528_taskLoggingContext, 1564if (LogTaskInputs && !_taskLoggingContext.LoggingService.OnlyLogCriticalEvents) 1571_taskLoggingContext, 1581_taskLoggingContext.LogComment(MessageImportance.Low, "OutputPropertyLogMessage", outputTargetName, outputString); 1624_taskLoggingContext.LogWarningFromText(null, warningCode, helpKeyword, new BuildEventFileInfo(_taskLocation), message); 1626catch (InternalErrorException) when (!_taskLoggingContext.IsValid)