1 write to DebugPath
Microsoft.Build (1)
DebugUtils.cs (1)
105DebugPath = debugDirectory;
10 references to DebugPath
Microsoft.Build (7)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
134_debugDumpPath = DebugUtils.DebugPath;
BackEnd\Components\Scheduler\Scheduler.cs (1)
215_debugDumpPath = DebugUtils.DebugPath;
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);
Microsoft.Build.Engine.UnitTests (3)
BackEnd\DebugUtils_tests.cs (3)
62string resultPath = DebugUtils.DebugPath; 97string resultPath = DebugUtils.DebugPath; 128string resultPath = DebugUtils.DebugPath;