4 references to ExceptionHandling
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))
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
))]