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);