1 write to DebugPath
Microsoft.Build (1)
DebugUtils.cs (1)
105
DebugPath
= debugDirectory;
10 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)
520
ErrorUtilities.VerifyThrowInternalNull(DebugUtils.ProcessInfoString, nameof(DebugUtils.
DebugPath
));
1160
s_debugDumpPath ??= DebugUtils.
DebugPath
;
DebugUtils.cs (3)
116
string debugPath =
DebugPath
;
206
var fullPath = Path.Combine(
DebugPath
, fileName);
212
fullPath = Path.Combine(
DebugPath
, fileName);
Microsoft.Build.Engine.UnitTests (3)
BackEnd\DebugUtils_tests.cs (3)
62
string resultPath = DebugUtils.
DebugPath
;
97
string resultPath = DebugUtils.
DebugPath
;
128
string resultPath = DebugUtils.
DebugPath
;