14 references to DebugUtils
Microsoft.Build (13)
BackEnd\BuildManager\BuildManager.cs (6)
686if (DebugUtils.ShouldDebugCurrentProcess is false || 692var binlogPath = DebugUtils.FindNextAvailableDebugFilePath($"{DebugUtils.ProcessInfoString}_BuildManager_{_hostName}.binlog"); 792if (!DebugUtils.ShouldDebugCurrentProcess) 2051var 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 (3)
310ErrorUtilities.VerifyThrowInternalNull(DebugUtils.ProcessInfoString, nameof(DebugUtils.DebugPath)); 830DebugUtils.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();