15 references to DebugUtils
Microsoft.Build (13)
BackEnd\BuildManager\BuildManager.cs (6)
686
if (
DebugUtils
.ShouldDebugCurrentProcess is false ||
692
var binlogPath =
DebugUtils
.FindNextAvailableDebugFilePath($"{
DebugUtils
.ProcessInfoString}_BuildManager_{_hostName}.binlog");
792
if (!
DebugUtils
.ShouldDebugCurrentProcess)
2061
var logPath =
DebugUtils
.FindNextAvailableDebugFilePath($"{
DebugUtils
.ProcessInfoString}_ProjectGraph.dot");
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
134
_debugDumpPath =
DebugUtils
.DebugPath;
BackEnd\Components\Scheduler\Scheduler.cs (1)
215
_debugDumpPath =
DebugUtils
.DebugPath;
CommunicationsUtilities.cs (3)
448
ErrorUtilities.VerifyThrowInternalNull(
DebugUtils
.ProcessInfoString, nameof(
DebugUtils
.DebugPath));
1068
DebugUtils
.DebugPath;
ExceptionHandling.cs (1)
68
DebugUtils
.DebugPath;
PrintLineDebugger.cs (1)
118
? $"{
DebugUtils
.ProcessInfoString}_{id}"
Microsoft.Build.Engine.UnitTests (2)
BackEnd\TaskExecutionHost_Tests.cs (2)
1070
DebugUtils
.SetDebugPath();
1099
DebugUtils
.SetDebugPath();