1 write to DebugPath
Microsoft.Build (1)
DebugUtils.cs (1)
62
DebugPath
= debugDirectory;
6 references to DebugPath
Microsoft.Build (6)
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
;
DebugUtils.cs (2)
112
var fullPath = Path.Combine(
DebugPath
, fileName);
118
fullPath = Path.Combine(
DebugPath
, fileName);
ExceptionHandling.cs (1)
69
DebugUtils.
DebugPath
;