1 write to DebugPath
Microsoft.Build (1)
DebugUtils.cs (1)
62DebugPath = debugDirectory;
7 references to DebugPath
Microsoft.Build (7)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
124_debugDumpPath = DebugUtils.DebugPath;
BackEnd\Components\Scheduler\Scheduler.cs (1)
184_debugDumpPath = DebugUtils.DebugPath;
CommunicationsUtilities.cs (2)
291ErrorUtilities.VerifyThrowInternalNull(DebugUtils.ProcessInfoString, nameof(DebugUtils.DebugPath)); 816DebugUtils.DebugPath;
DebugUtils.cs (2)
112var fullPath = Path.Combine(DebugPath, fileName); 118fullPath = Path.Combine(DebugPath, fileName);
ExceptionHandling.cs (1)
69DebugUtils.DebugPath;