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