12 references to DebugUtils
Microsoft.Build (11)
BackEnd\BuildManager\BuildManager.cs (6)
662
if (
DebugUtils
.ShouldDebugCurrentProcess is false ||
668
var binlogPath =
DebugUtils
.FindNextAvailableDebugFilePath($"{
DebugUtils
.ProcessInfoString}_BuildManager_{_hostName}.binlog");
748
if (!
DebugUtils
.ShouldDebugCurrentProcess)
1978
var 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 (1)
816
DebugUtils
.DebugPath;
ExceptionHandling.cs (1)
69
DebugUtils
.DebugPath;
PrintLineDebugger.cs (1)
112
? $"{
DebugUtils
.ProcessInfoString}_{id}"
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskExecutionHost_Tests.cs (1)
1070
DebugUtils
.SetDebugPath();