4 instantiations of LoggingServiceFactory
Microsoft.Build (1)
BackEnd\Node\OutOfProcNode.cs (1)
758LoggingServiceFactory loggingServiceFactory = new LoggingServiceFactory(LoggerMode.Asynchronous, configuration.NodeId);
Microsoft.Build.Engine.UnitTests (3)
BackEnd\LoggingServiceFactory_Tests.cs (2)
23LoggingServiceFactory factory = new LoggingServiceFactory(LoggerMode.Synchronous, 1); 34LoggingServiceFactory factory = new LoggingServiceFactory(LoggerMode.Asynchronous, 1);
BackEnd\TaskHost_Tests.cs (1)
64LoggingServiceFactory loggingFactory = new LoggingServiceFactory(LoggerMode.Synchronous, 1);
4 references to LoggingServiceFactory
Microsoft.Build (1)
BackEnd\Node\OutOfProcNode.cs (1)
758LoggingServiceFactory loggingServiceFactory = new LoggingServiceFactory(LoggerMode.Asynchronous, configuration.NodeId);
Microsoft.Build.Engine.UnitTests (3)
BackEnd\LoggingServiceFactory_Tests.cs (2)
23LoggingServiceFactory factory = new LoggingServiceFactory(LoggerMode.Synchronous, 1); 34LoggingServiceFactory factory = new LoggingServiceFactory(LoggerMode.Asynchronous, 1);
BackEnd\TaskHost_Tests.cs (1)
64LoggingServiceFactory loggingFactory = new LoggingServiceFactory(LoggerMode.Synchronous, 1);