1 write to DebugPath
Microsoft.Build.Framework (1)
DebugUtils.cs (1)
98DebugPath = debugDirectory;
20 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;
DebugUtils.cs (3)
28string debugPath = FrameworkDebugUtils.DebugPath; 77var fullPath = Path.Combine(FrameworkDebugUtils.DebugPath, fileName); 83fullPath = Path.Combine(FrameworkDebugUtils.DebugPath, fileName);
Microsoft.Build.Engine.UnitTests (3)
BackEnd\DebugUtils_tests.cs (3)
64string resultPath = FrameworkDebugUtils.DebugPath; 99string resultPath = FrameworkDebugUtils.DebugPath; 130string resultPath = FrameworkDebugUtils.DebugPath;
Microsoft.Build.Framework (2)
BackEnd\CommunicationsUtilities.cs (2)
133FrameworkErrorUtilities.VerifyThrowInternalNull(FrameworkDebugUtils.ProcessInfoString, nameof(FrameworkDebugUtils.DebugPath)); 755s_debugDumpPath ??= FrameworkDebugUtils.DebugPath;
Microsoft.Build.Tasks.Core (3)
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)
DebugUtils.cs (3)
28string debugPath = FrameworkDebugUtils.DebugPath; 77var fullPath = Path.Combine(FrameworkDebugUtils.DebugPath, fileName); 83fullPath = Path.Combine(FrameworkDebugUtils.DebugPath, fileName);
MSBuild (4)
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),