3 references to TaskLoggingContext
Microsoft.Build.Engine.UnitTests (3)
BackEnd\TaskExecutionHost_Tests.cs (2)
1001_host.InitializeForBatch(new TaskLoggingContext(_loggingService, tlc.BuildEventContext), _bucket, null); 1030_host.InitializeForBatch(new TaskLoggingContext(_loggingService, tlc.BuildEventContext), _bucket, null);
BackEnd\TaskHost_Tests.cs (1)
88_taskHost.LoggingContext = new TaskLoggingContext(_loggingService, BuildEventContext.Invalid);