1 write to _onUnhandledException
System.Runtime.Caching (1)
System\Runtime\Caching\MemoryCache.cs (1)
224_onUnhandledException = onUnhandledException;
2 references to _onUnhandledException
System.Runtime.Caching (2)
System\Runtime\Caching\MemoryCache.cs (2)
503if (_onUnhandledException != null) 505appDomain.UnhandledException -= _onUnhandledException;