12 references to DebugUtils
Microsoft.Build (11)
BackEnd\BuildManager\BuildManager.cs (6)
670
if (
DebugUtils
.ShouldDebugCurrentProcess is false ||
676
var binlogPath =
DebugUtils
.FindNextAvailableDebugFilePath($"{
DebugUtils
.ProcessInfoString}_BuildManager_{_hostName}.binlog");
756
if (!
DebugUtils
.ShouldDebugCurrentProcess)
2014
var logPath =
DebugUtils
.FindNextAvailableDebugFilePath($"{
DebugUtils
.ProcessInfoString}_ProjectGraph.dot");
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
125
_debugDumpPath =
DebugUtils
.DebugPath;
BackEnd\Components\Scheduler\Scheduler.cs (1)
184
_debugDumpPath =
DebugUtils
.DebugPath;
CommunicationsUtilities.cs (1)
812
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();