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