3 references to LoggingExceptionDelegate
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (1)
228
private readonly
LoggingExceptionDelegate
_loggingThreadExceptionEventHandler;
BackEnd\Components\Logging\ILoggingService.cs (1)
40
event
LoggingExceptionDelegate
OnLoggingThreadException;
BackEnd\Components\Logging\LoggingService.cs (1)
356
public event
LoggingExceptionDelegate
OnLoggingThreadException;