3 references to FirstChanceException
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\AppContext.cs (1)
138
if (
FirstChanceException
is EventHandler<FirstChanceExceptionEventArgs> handlers)
src\runtime\src\libraries\System.Private.CoreLib\src\System\AppDomain.cs (2)
85
AppContext.
FirstChanceException
+= value;
93
remove { AppContext.
FirstChanceException
-= value; }