2 writes to LoggingContext
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
669taskHost.LoggingContext = taskLoggingContext;
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskHost_Tests.cs (1)
88_taskHost.LoggingContext = new TaskLoggingContext(_loggingService, BuildEventContext.Invalid);
6 references to LoggingContext
Microsoft.Build (6)
BackEnd\Components\RequestBuilder\TaskHost.cs (6)
845if (LoggingContext.IsValid) 847LoggingContext.LogComment(MessageImportance.Low, "TaskAcquiredCores", _taskLoggingContext.TaskName, 883if (LoggingContext.IsValid) 887LoggingContext.LogComment(MessageImportance.Low, "TaskReleasedCores", _taskLoggingContext.TaskName, 892LoggingContext.LogComment(MessageImportance.Low, "TaskReleasedCoresWarning", _taskLoggingContext.TaskName, 1251LoggingContext.LogErrorFromText(