1 instantiation of LoggingService
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
880
return new
LoggingService
(mode, node);
12 references to LoggingService
Microsoft.Build (11)
BackEnd\BuildManager\BuildManager.cs (2)
2014
((
LoggingService
)((IBuildComponentHost)this).LoggingService).WaitForLoggingToProcessEvents();
3177
ILoggingService loggingService =
LoggingService
.CreateLoggingService(loggerMode,
BackEnd\Components\Logging\LoggingService.cs (1)
1043
Assembly engineAssembly = typeof(
LoggingService
).GetTypeInfo().Assembly;
BackEnd\Components\Logging\LoggingServiceFactory.cs (1)
49
IBuildComponent loggingService = (IBuildComponent)
LoggingService
.CreateLoggingService(_logMode, _nodeId);
BackEnd\Components\RequestBuilder\AssemblyLoadsTracker.cs (4)
19
private readonly
LoggingService
? _loggingService;
26
LoggingService
? loggingService,
53
LoggingService
loggingService,
78
LoggingService
? loggingService,
Definition\Project.cs (1)
3343
if (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"/>