1 implementation of OnLoggingThreadException
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
363public event LoggingExceptionDelegate OnLoggingThreadException;
6 references to OnLoggingThreadException
Microsoft.Build (6)
BackEnd\BuildManager\BuildManager.cs (2)
3457loggingService.OnLoggingThreadException += _loggingThreadExceptionEventHandler; 3676loggingService.OnLoggingThreadException -= _loggingThreadExceptionEventHandler;
BackEnd\Node\InProcNode.cs (2)
360_loggingContext.LoggingService.OnLoggingThreadException -= OnLoggingThreadException; 502loggingService.OnLoggingThreadException += OnLoggingThreadException;
BackEnd\Node\OutOfProcNode.cs (2)
539_loggingContext.LoggingService.OnLoggingThreadException -= OnLoggingThreadException; 844_loggingService.OnLoggingThreadException += OnLoggingThreadException;