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