1 write to DebugPath
Microsoft.Build.Tasks.Core (1)
DebugUtils.cs (1)
62
DebugPath
= debugDirectory;
5 references to DebugPath
Microsoft.Build.Tasks.Core (5)
CommunicationsUtilities.cs (2)
310
ErrorUtilities.VerifyThrowInternalNull(DebugUtils.ProcessInfoString, nameof(DebugUtils.
DebugPath
));
830
DebugUtils.
DebugPath
;
DebugUtils.cs (2)
112
var fullPath = Path.Combine(
DebugPath
, fileName);
118
fullPath = Path.Combine(
DebugPath
, fileName);
ExceptionHandling.cs (1)
68
DebugUtils.
DebugPath
;