1 instantiation of LoggingService
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
880return new LoggingService(mode, node);
12 references to LoggingService
Microsoft.Build (11)
BackEnd\BuildManager\BuildManager.cs (2)
2014((LoggingService)((IBuildComponentHost)this).LoggingService).WaitForLoggingToProcessEvents(); 3177ILoggingService loggingService = LoggingService.CreateLoggingService(loggerMode,
BackEnd\Components\Logging\LoggingService.cs (1)
1043Assembly engineAssembly = typeof(LoggingService).GetTypeInfo().Assembly;
BackEnd\Components\Logging\LoggingServiceFactory.cs (1)
49IBuildComponent loggingService = (IBuildComponent)LoggingService.CreateLoggingService(_logMode, _nodeId);
BackEnd\Components\RequestBuilder\AssemblyLoadsTracker.cs (4)
19private readonly LoggingService? _loggingService; 26LoggingService? loggingService, 53LoggingService loggingService, 78LoggingService? loggingService,
Definition\Project.cs (1)
3343if (LoggingService is LoggingService defaultLoggingService)
Definition\ProjectCollection.cs (2)
1799(LoggingService as LoggingService)?.WaitForLoggingToProcessEvents(); 1827_loggingService = BackEnd.Logging.LoggingService.CreateLoggingService(_loggerMode, 0 /*Evaluation can be done as if it was on node "0"*/);
MSBuild (1)
XMake.cs (1)
3631/// Important: Note that TerminalLogger is special-cased in <see cref="BackEnd.Logging.LoggingService.UpdateMinimumMessageImportance"/>