1 write to s_handler
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\ExceptionServices\ExceptionHandling.cs (1)
40if (Interlocked.CompareExchange(ref s_handler, handler, null) != null)
1 reference to s_handler
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\ExceptionServices\ExceptionHandling.cs (1)
17return s_handler?.Invoke(ex) == true;