3 references to IsHandledByGlobalHandler
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (1)
102catch (Exception ex) when (ExceptionHandling.IsHandledByGlobalHandler(ex))
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolWorkQueue.cs (1)
1059catch (Exception ex) when (ExceptionHandling.IsHandledByGlobalHandler(ex))
src\System\GC.CoreCLR.cs (1)
329catch (Exception ex) when (ExceptionHandling.IsHandledByGlobalHandler(ex))