2 references to UnhandledExceptionHandler
MSBuild (2)
TaskLoader.cs (1)
121
taskAppDomain.UnhandledException += DebugUtils.
UnhandledExceptionHandler
;
XMake.cs (1)
663
AppDomain.CurrentDomain.UnhandledException += DebugUtils.
UnhandledExceptionHandler
;