1 write to DebugPath
Microsoft.Build (1)
DebugUtils.cs (1)
62
DebugPath
= debugDirectory;
7 references to DebugPath
Microsoft.Build (7)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
124
_debugDumpPath = DebugUtils.
DebugPath
;
BackEnd\Components\Scheduler\Scheduler.cs (1)
184
_debugDumpPath = DebugUtils.
DebugPath
;
CommunicationsUtilities.cs (2)
291
ErrorUtilities.VerifyThrowInternalNull(DebugUtils.ProcessInfoString, nameof(DebugUtils.
DebugPath
));
816
DebugUtils.
DebugPath
;
DebugUtils.cs (2)
112
var fullPath = Path.Combine(
DebugPath
, fileName);
118
fullPath = Path.Combine(
DebugPath
, fileName);
ExceptionHandling.cs (1)
69
DebugUtils.
DebugPath
;