12 references to DebugUtils
Microsoft.Build (11)
BackEnd\BuildManager\BuildManager.cs (6)
671if (DebugUtils.ShouldDebugCurrentProcess is false || 677var binlogPath = DebugUtils.FindNextAvailableDebugFilePath($"{DebugUtils.ProcessInfoString}_BuildManager_{_hostName}.binlog"); 777if (!DebugUtils.ShouldDebugCurrentProcess) 2036var logPath = DebugUtils.FindNextAvailableDebugFilePath($"{DebugUtils.ProcessInfoString}_ProjectGraph.dot");
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
125_debugDumpPath = DebugUtils.DebugPath;
BackEnd\Components\Scheduler\Scheduler.cs (1)
183_debugDumpPath = DebugUtils.DebugPath;
CommunicationsUtilities.cs (1)
820DebugUtils.DebugPath;
ExceptionHandling.cs (1)
68DebugUtils.DebugPath;
PrintLineDebugger.cs (1)
118? $"{DebugUtils.ProcessInfoString}_{id}"
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskExecutionHost_Tests.cs (1)
1069DebugUtils.SetDebugPath();