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