1 write to DebugPath
Microsoft.Build (1)
DebugUtils.cs (1)
63
DebugPath
= debugDirectory;
7 references to DebugPath
Microsoft.Build (7)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
134
_debugDumpPath = DebugUtils.
DebugPath
;
BackEnd\Components\Scheduler\Scheduler.cs (1)
215
_debugDumpPath = DebugUtils.
DebugPath
;
CommunicationsUtilities.cs (2)
448
ErrorUtilities.VerifyThrowInternalNull(DebugUtils.ProcessInfoString, nameof(DebugUtils.
DebugPath
));
1068
DebugUtils.
DebugPath
;
DebugUtils.cs (2)
113
var fullPath = Path.Combine(
DebugPath
, fileName);
119
fullPath = Path.Combine(
DebugPath
, fileName);
ExceptionHandling.cs (1)
68
DebugUtils.
DebugPath
;