1 write to DebugPath
Microsoft.Build.Framework (1)
DebugUtils.cs (1)
98DebugPath = debugDirectory;
25 references to DebugPath
Microsoft.Build (6)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
134_debugDumpPath = FrameworkDebugUtils.DebugPath;
BackEnd\Components\Scheduler\Scheduler.cs (1)
214_debugDumpPath = FrameworkDebugUtils.DebugPath;
CommunicationsUtilities.cs (1)
889s_debugDumpPath ??= 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.OM.UnitTests (3)
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)
63string resultPath = FrameworkDebugUtils.DebugPath; 98string resultPath = FrameworkDebugUtils.DebugPath; 129string resultPath = FrameworkDebugUtils.DebugPath;
Microsoft.Build.Framework (1)
CommunicationsUtilities.cs (1)
90FrameworkErrorUtilities.VerifyThrowInternalNull(FrameworkDebugUtils.ProcessInfoString, nameof(FrameworkDebugUtils.DebugPath));
Microsoft.Build.Tasks.Core (4)
CommunicationsUtilities.cs (1)
889s_debugDumpPath ??= FrameworkDebugUtils.DebugPath;
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 (5)
CommunicationsUtilities.cs (1)
889s_debugDumpPath ??= FrameworkDebugUtils.DebugPath;
DebugUtils.cs (3)
28string debugPath = FrameworkDebugUtils.DebugPath; 77var fullPath = Path.Combine(FrameworkDebugUtils.DebugPath, fileName); 83fullPath = Path.Combine(FrameworkDebugUtils.DebugPath, fileName);
XMake.cs (1)
1833FrameworkDebugUtils.DebugPath),