1 write to DebugPath
MSBuild (1)
DebugUtils.cs (1)
105DebugPath = debugDirectory;
6 references to DebugPath
MSBuild (6)
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);
XMake.cs (1)
1833DebugUtils.DebugPath),