2 writes to LoggingContext
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
660taskHost.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)
844if (LoggingContext.IsValid) 846LoggingContext.LogComment(MessageImportance.Low, "TaskAcquiredCores", _taskLoggingContext.TaskName, 882if (LoggingContext.IsValid) 886LoggingContext.LogComment(MessageImportance.Low, "TaskReleasedCores", _taskLoggingContext.TaskName, 891LoggingContext.LogComment(MessageImportance.Low, "TaskReleasedCoresWarning", _taskLoggingContext.TaskName, 1250LoggingContext.LogErrorFromText(