1 write to s_handler
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\ExceptionServices\ExceptionHandling.cs (1)
40
if (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)
17
return
s_handler
?.Invoke(ex) == true;