1 write to DebugPath
Microsoft.Build.Framework (1)
DebugUtils.cs (1)
98DebugPath = debugDirectory;
16 references to DebugPath
Microsoft.Build (5)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
151_debugDumpDirectory = FrameworkDebugUtils.DebugPath;
BackEnd\Components\Scheduler\Scheduler.cs (1)
226_debugDumpDirectory = FrameworkDebugUtils.DebugPath;
src\msbuild\src\Shared\Debugging\DebugUtils.cs (3)
28string debugPath = FrameworkDebugUtils.DebugPath; 77var fullPath = Path.Combine(FrameworkDebugUtils.DebugPath, fileName); 83fullPath = Path.Combine(FrameworkDebugUtils.DebugPath, fileName);
Microsoft.Build.Framework (1)
BackEnd\CommunicationsUtilities.cs (1)
748s_debugDumpPath ??= FrameworkDebugUtils.DebugPath;
Microsoft.Build.Tasks.Core (3)
src\msbuild\src\Shared\Debugging\DebugUtils.cs (3)
28string debugPath = FrameworkDebugUtils.DebugPath; 77var fullPath = Path.Combine(FrameworkDebugUtils.DebugPath, fileName); 83fullPath = Path.Combine(FrameworkDebugUtils.DebugPath, fileName);
Microsoft.Build.Utilities.Core (3)
src\msbuild\src\Shared\Debugging\DebugUtils.cs (3)
28string debugPath = FrameworkDebugUtils.DebugPath; 77var fullPath = Path.Combine(FrameworkDebugUtils.DebugPath, fileName); 83fullPath = Path.Combine(FrameworkDebugUtils.DebugPath, fileName);
MSBuild (4)
src\msbuild\src\Shared\Debugging\DebugUtils.cs (3)
28string debugPath = FrameworkDebugUtils.DebugPath; 77var fullPath = Path.Combine(FrameworkDebugUtils.DebugPath, fileName); 83fullPath = Path.Combine(FrameworkDebugUtils.DebugPath, fileName);
XMake.cs (1)
1838FrameworkDebugUtils.DebugPath),