6 references to DebugUtils
MSBuild (6)
NodeEndpointOutOfProcBase.cs (4)
518
DebugUtils
.DumpExceptionToFile(e);
667
DebugUtils
.DumpExceptionToFile(e);
726
DebugUtils
.DumpExceptionToFile(e);
785
DebugUtils
.DumpExceptionToFile(e);
TaskLoader.cs (1)
121
taskAppDomain.UnhandledException +=
DebugUtils
.UnhandledExceptionHandler;
XMake.cs (1)
663
AppDomain.CurrentDomain.UnhandledException +=
DebugUtils
.UnhandledExceptionHandler;