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)
419if (_onUnhandledException != null) { 420appDomain.UnhandledException -= _onUnhandledException;