1 instantiation of LoggingService
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
881
return new
LoggingService
(mode, node);
11 references to LoggingService
Microsoft.Build (10)
BackEnd\BuildManager\BuildManager.cs (2)
2094
((
LoggingService
)((IBuildComponentHost)this).LoggingService).WaitForLoggingToProcessEvents();
3263
ILoggingService loggingService =
LoggingService
.CreateLoggingService(loggerMode,
BackEnd\Components\Logging\LoggingServiceFactory.cs (1)
49
IBuildComponent loggingService = (IBuildComponent)
LoggingService
.CreateLoggingService(_logMode, _nodeId);
BackEnd\Components\RequestBuilder\AssemblyLoadsTracker.cs (4)
22
private readonly
LoggingService
? _loggingService;
29
LoggingService
? loggingService,
56
LoggingService
loggingService,
81
LoggingService
? loggingService,
Definition\Project.cs (1)
3385
if (LoggingService is
LoggingService
defaultLoggingService)
Definition\ProjectCollection.cs (2)
1849
(LoggingService as
LoggingService
)?.WaitForLoggingToProcessEvents();
1877
_loggingService = BackEnd.Logging.
LoggingService
.CreateLoggingService(_loggerMode, 0 /*Evaluation can be done as if it was on node "0"*/);
MSBuild (1)
XMake.cs (1)
3993
/// Important: Note that TerminalLogger is special-cased in <see cref="BackEnd.Logging.
LoggingService
.UpdateMinimumMessageImportance"/>