1 write to _loggingService
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskExecutionHost_Tests.cs (1)
1239
_loggingService
= LoggingService.CreateLoggingService(LoggerMode.Synchronous, 1);
6 references to _loggingService
Microsoft.Build.Engine.UnitTests (6)
BackEnd\TaskExecutionHost_Tests.cs (6)
982
TargetLoggingContext tlc = new TargetLoggingContext(
_loggingService
, new BuildEventContext(1, 1, BuildEventContext.InvalidProjectContextId, 1));
1002
host.InitializeForBatch(new TaskLoggingContext(
_loggingService
, tlc.BuildEventContext), _bucket, TaskHostParameters.Empty, scheduledNodeId: 1);
1012
TargetLoggingContext tlc = new TargetLoggingContext(
_loggingService
, new BuildEventContext(1, 1, BuildEventContext.InvalidProjectContextId, 1));
1033
host.InitializeForBatch(new TaskLoggingContext(
_loggingService
, tlc.BuildEventContext), _bucket, TaskHostParameters.Empty, scheduledNodeId: 1);
1241
_loggingService
.RegisterLogger(_logger);
1243
TargetLoggingContext tlc = new TargetLoggingContext(
_loggingService
, new BuildEventContext(1, 1, BuildEventContext.InvalidProjectContextId, 1));