2 implementations of InitializeNodeLoggers
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
1128public void InitializeNodeLoggers(ICollection<LoggerDescription> descriptions, IBuildEventSink forwardingLoggerSink, int nodeId)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
291public void InitializeNodeLoggers(ICollection<LoggerDescription> loggerDescriptions, IBuildEventSink forwardingLoggerSink, int nodeId)
1 reference to InitializeNodeLoggers
Microsoft.Build (1)
BackEnd\Node\OutOfProcNode.cs (1)
791_loggingService.InitializeNodeLoggers(configuration.LoggerDescriptions, sink, configuration.NodeId);