1 write to _onUnhandledException
System.Runtime.Caching (1)
System\Caching\MemoryCache.cs (1)
189
_onUnhandledException
= onUnhandledException;
2 references to _onUnhandledException
System.Runtime.Caching (2)
System\Caching\MemoryCache.cs (2)
419
if (
_onUnhandledException
!= null) {
420
appDomain.UnhandledException -=
_onUnhandledException
;