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