26 references to FrameworkDebugUtils
Microsoft.Build (10)
BackEnd\BuildManager\BuildManager.cs (4)
727if (FrameworkDebugUtils.ShouldDebugCurrentProcess is false || 733var binlogPath = DebugUtils.FindNextAvailableDebugFilePath($"{FrameworkDebugUtils.ProcessInfoString}_BuildManager_{_hostName}.binlog"); 814if (!FrameworkDebugUtils.ShouldDebugCurrentProcess) 2239var logPath = DebugUtils.FindNextAvailableDebugFilePath($"{FrameworkDebugUtils.ProcessInfoString}_ProjectGraph.dot");
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);
src\msbuild\src\Shared\Debugging\PrintLineDebugger.cs (1)
112? $"{FrameworkDebugUtils.ProcessInfoString}_{id}"
Microsoft.Build.Framework (2)
BackEnd\CommunicationsUtilities.cs (1)
748s_debugDumpPath ??= FrameworkDebugUtils.DebugPath;
DebugUtils.cs (1)
121/// that poisons the entire <see cref="FrameworkDebugUtils"/> type, whereas the static constructor's
Microsoft.Build.Tasks.Core (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);
src\msbuild\src\Shared\Debugging\PrintLineDebugger.cs (1)
112? $"{FrameworkDebugUtils.ProcessInfoString}_{id}"
Microsoft.Build.Utilities.Core (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);
src\msbuild\src\Shared\Debugging\PrintLineDebugger.cs (1)
112? $"{FrameworkDebugUtils.ProcessInfoString}_{id}"
MSBuild (6)
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);
src\msbuild\src\Shared\Debugging\PrintLineDebugger.cs (1)
112? $"{FrameworkDebugUtils.ProcessInfoString}_{id}"
XMake.cs (2)
620if (!FrameworkDebugUtils.IsInTaskHostNode()) 1838FrameworkDebugUtils.DebugPath),