3 references to TaskLoggingContext
Microsoft.Build.Engine.UnitTests (3)
BackEnd\TaskExecutionHost_Tests.cs (2)
1004_host.InitializeForBatch(new TaskLoggingContext(_loggingService, tlc.BuildEventContext), _bucket, TaskHostParameters.Empty, scheduledNodeId: 1); 1036_host.InitializeForBatch(new TaskLoggingContext(_loggingService, tlc.BuildEventContext), _bucket, TaskHostParameters.Empty, scheduledNodeId: 1);
BackEnd\TaskHost_Tests.cs (1)
93_taskHost.LoggingContext = new TaskLoggingContext(_loggingService, BuildEventContext.Invalid);