14 references to DebugUtils
Microsoft.Build (13)
BackEnd\BuildManager\BuildManager.cs (6)
667if (DebugUtils.ShouldDebugCurrentProcess is false || 673var binlogPath = DebugUtils.FindNextAvailableDebugFilePath($"{DebugUtils.ProcessInfoString}_BuildManager_{_hostName}.binlog"); 753if (!DebugUtils.ShouldDebugCurrentProcess) 1998var logPath = DebugUtils.FindNextAvailableDebugFilePath($"{DebugUtils.ProcessInfoString}_ProjectGraph.dot");
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
124_debugDumpPath = DebugUtils.DebugPath;
BackEnd\Components\Scheduler\Scheduler.cs (1)
184_debugDumpPath = DebugUtils.DebugPath;
CommunicationsUtilities.cs (3)
291ErrorUtilities.VerifyThrowInternalNull(DebugUtils.ProcessInfoString, nameof(DebugUtils.DebugPath)); 816DebugUtils.DebugPath;
ExceptionHandling.cs (1)
69DebugUtils.DebugPath;
PrintLineDebugger.cs (1)
112? $"{DebugUtils.ProcessInfoString}_{id}"
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskExecutionHost_Tests.cs (1)
1070DebugUtils.SetDebugPath();