1 write to DebugPath
Microsoft.Build.Tasks.Core (1)
DebugUtils.cs (1)
105DebugPath = debugDirectory;
5 references to DebugPath
Microsoft.Build.Tasks.Core (5)
CommunicationsUtilities.cs (2)
520ErrorUtilities.VerifyThrowInternalNull(DebugUtils.ProcessInfoString, nameof(DebugUtils.DebugPath)); 1160s_debugDumpPath ??= DebugUtils.DebugPath;
DebugUtils.cs (3)
116string debugPath = DebugPath; 206var fullPath = Path.Combine(DebugPath, fileName); 212fullPath = Path.Combine(DebugPath, fileName);