1 write to _loggingService
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskRegistry_Tests.cs (1)
88_loggingService = LoggingService.CreateLoggingService(LoggerMode.Synchronous, 1);
3 references to _loggingService
Microsoft.Build.Engine.UnitTests (3)
BackEnd\TaskRegistry_Tests.cs (3)
89_targetLoggingContext = new TargetLoggingContext(_loggingService, _loggerContext); 92_loggingService.RegisterLogger(new MockLogger(_output)); 1247InvalidProjectFileException exception = Should.Throw<InvalidProjectFileException>(() => registry.GetRegisteredTask("Task1", "none", null, false, new TargetLoggingContext(_loggingService, new BuildEventContext(1, 1, BuildEventContext.InvalidProjectContextId, 1)), ElementLocation.Create("none", 1, 2)));