27 references to FrameworkDebugUtils
Microsoft.Build (10)
BackEnd\BuildManager\BuildManager.cs (4)
750if (FrameworkDebugUtils.ShouldDebugCurrentProcess is false || 756var binlogPath = DebugUtils.FindNextAvailableDebugFilePath($"{FrameworkDebugUtils.ProcessInfoString}_BuildManager_{_hostName}.binlog"); 837if (!FrameworkDebugUtils.ShouldDebugCurrentProcess) 2264var 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)
102? $"{FrameworkDebugUtils.ProcessInfoString}_{id}"
Microsoft.Build.Framework (2)
BackEnd\CommunicationsUtilities.cs (1)
760s_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)
102? $"{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)
102? $"{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)
102? $"{FrameworkDebugUtils.ProcessInfoString}_{id}"
XMake.cs (2)
727if (!FrameworkDebugUtils.IsInTaskHostNode()) 1985FrameworkDebugUtils.DebugPath),
MSBuild.Coordinator (1)
CoordinatorServer.DefaultDebugOutput.cs (1)
30_debugDumpDirectory = FrameworkDebugUtils.DebugPath;