3 references to UnhandledException
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\AppContext.cs (1)
90if (UnhandledException is UnhandledExceptionEventHandler handlers)
src\libraries\System.Private.CoreLib\src\System\AppDomain.cs (2)
55add { AppContext.UnhandledException += value; } 56remove { AppContext.UnhandledException -= value; }