2 writes to LoggingContext
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
671taskHost.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)
846if (LoggingContext.IsValid) 848LoggingContext.LogComment(MessageImportance.Low, "TaskAcquiredCores", _taskLoggingContext.TaskName, 884if (LoggingContext.IsValid) 888LoggingContext.LogComment(MessageImportance.Low, "TaskReleasedCores", _taskLoggingContext.TaskName, 893LoggingContext.LogComment(MessageImportance.Low, "TaskReleasedCoresWarning", _taskLoggingContext.TaskName, 1254LoggingContext.LogErrorFromText(