12 references to DebugUtils
Microsoft.Build (11)
BackEnd\BuildManager\BuildManager.cs (6)
671
if (
DebugUtils
.ShouldDebugCurrentProcess is false ||
677
var binlogPath =
DebugUtils
.FindNextAvailableDebugFilePath($"{
DebugUtils
.ProcessInfoString}_BuildManager_{_hostName}.binlog");
777
if (!
DebugUtils
.ShouldDebugCurrentProcess)
2036
var 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)
820
DebugUtils
.DebugPath;
ExceptionHandling.cs (1)
68
DebugUtils
.DebugPath;
PrintLineDebugger.cs (1)
118
? $"{
DebugUtils
.ProcessInfoString}_{id}"
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskExecutionHost_Tests.cs (1)
1069
DebugUtils
.SetDebugPath();