12 references to DebugUtils
MSBuild (12)
CommunicationsUtilities.cs (3)
520ErrorUtilities.VerifyThrowInternalNull(DebugUtils.ProcessInfoString, nameof(DebugUtils.DebugPath)); 1160s_debugDumpPath ??= DebugUtils.DebugPath;
NodeEndpointOutOfProcBase.cs (4)
518DebugUtils.DumpExceptionToFile(e); 667DebugUtils.DumpExceptionToFile(e); 726DebugUtils.DumpExceptionToFile(e); 785DebugUtils.DumpExceptionToFile(e);
PrintLineDebugger.cs (1)
118? $"{DebugUtils.ProcessInfoString}_{id}"
TaskLoader.cs (1)
121taskAppDomain.UnhandledException += DebugUtils.UnhandledExceptionHandler;
XMake.cs (3)
620if (!DebugUtils.IsInTaskHostNode()) 663AppDomain.CurrentDomain.UnhandledException += DebugUtils.UnhandledExceptionHandler; 1833DebugUtils.DebugPath),