2 writes to _loggingService
Microsoft.Build.Engine.UnitTests (2)
BackEnd\TaskExecutionHost_Tests.cs (2)
980_loggingService = new MockLoggingService(); 1232_loggingService = LoggingService.CreateLoggingService(LoggerMode.Synchronous, 1);
6 references to _loggingService
Microsoft.Build.Engine.UnitTests (6)
BackEnd\TaskExecutionHost_Tests.cs (6)
983TargetLoggingContext tlc = new TargetLoggingContext(_loggingService, new BuildEventContext(1, 1, BuildEventContext.InvalidProjectContextId, 1)); 1000_host.InitializeForBatch(new TaskLoggingContext(_loggingService, tlc.BuildEventContext), _bucket, null); 1011TargetLoggingContext tlc = new TargetLoggingContext(_loggingService, new BuildEventContext(1, 1, BuildEventContext.InvalidProjectContextId, 1)); 1029_host.InitializeForBatch(new TaskLoggingContext(_loggingService, tlc.BuildEventContext), _bucket, null); 1234_loggingService.RegisterLogger(_logger); 1236TargetLoggingContext tlc = new TargetLoggingContext(_loggingService, new BuildEventContext(1, 1, BuildEventContext.InvalidProjectContextId, 1));