1 implementation of OnLoggingThreadException
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
357public event LoggingExceptionDelegate OnLoggingThreadException;
6 references to OnLoggingThreadException
Microsoft.Build (6)
BackEnd\BuildManager\BuildManager.cs (2)
3270loggingService.OnLoggingThreadException += _loggingThreadExceptionEventHandler; 3489loggingService.OnLoggingThreadException -= _loggingThreadExceptionEventHandler;
BackEnd\Node\InProcNode.cs (2)
356_loggingContext.LoggingService.OnLoggingThreadException -= OnLoggingThreadException; 498loggingService.OnLoggingThreadException += OnLoggingThreadException;
BackEnd\Node\OutOfProcNode.cs (2)
526_loggingContext.LoggingService.OnLoggingThreadException -= OnLoggingThreadException; 829_loggingService.OnLoggingThreadException += OnLoggingThreadException;