4 references to LoggingExceptionDelegate
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (1)
226private readonly LoggingExceptionDelegate _loggingThreadExceptionEventHandler;
BackEnd\Components\Logging\ILoggingService.cs (1)
40event LoggingExceptionDelegate OnLoggingThreadException;
BackEnd\Components\Logging\LoggingService.cs (1)
343public event LoggingExceptionDelegate OnLoggingThreadException;
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
44public event LoggingExceptionDelegate OnLoggingThreadException;