4 references to ExceptionHandling
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))
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net11.0\System.Runtime.Forwards.cs (1)
661[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.ExceptionServices.ExceptionHandling))]