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