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