1 write to DebugPath
Microsoft.Build.Tasks.Core (1)
DebugUtils.cs (1)
105
DebugPath
= debugDirectory;
5 references to DebugPath
Microsoft.Build.Tasks.Core (5)
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);