2 implementations of OnLoggingThreadException
Microsoft.Build (1)
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
;
6 references to OnLoggingThreadException
Microsoft.Build (6)
BackEnd\BuildManager\BuildManager.cs (2)
2915
loggingService.
OnLoggingThreadException
+= _loggingThreadExceptionEventHandler;
3094
loggingService.
OnLoggingThreadException
-= _loggingThreadExceptionEventHandler;
BackEnd\Node\InProcNode.cs (2)
346
_loggingContext.LoggingService.
OnLoggingThreadException
-= OnLoggingThreadException;
484
loggingService.
OnLoggingThreadException
+= OnLoggingThreadException;
BackEnd\Node\OutOfProcNode.cs (2)
506
_loggingContext.LoggingService.
OnLoggingThreadException
-= OnLoggingThreadException;
803
_loggingService.
OnLoggingThreadException
+= OnLoggingThreadException;