46 references to FrameworkDebugUtils
Microsoft.Build (11)
BackEnd\BuildManager\BuildManager.cs (4)
727if (FrameworkDebugUtils.ShouldDebugCurrentProcess is false || 733var binlogPath = DebugUtils.FindNextAvailableDebugFilePath($"{FrameworkDebugUtils.ProcessInfoString}_BuildManager_{_hostName}.binlog"); 814if (!FrameworkDebugUtils.ShouldDebugCurrentProcess) 2242var logPath = DebugUtils.FindNextAvailableDebugFilePath($"{FrameworkDebugUtils.ProcessInfoString}_ProjectGraph.dot");
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);
PrintLineDebugger.cs (1)
118? $"{FrameworkDebugUtils.ProcessInfoString}_{id}"
Microsoft.Build.Engine.OM.UnitTests (4)
DebugUtils.cs (3)
28string debugPath = FrameworkDebugUtils.DebugPath; 77var fullPath = Path.Combine(FrameworkDebugUtils.DebugPath, fileName); 83fullPath = Path.Combine(FrameworkDebugUtils.DebugPath, fileName);
PrintLineDebugger.cs (1)
118? $"{FrameworkDebugUtils.ProcessInfoString}_{id}"
Microsoft.Build.Engine.UnitTests (12)
BackEnd\DebugUtils_tests.cs (10)
62FrameworkDebugUtils.SetDebugPath(); 63string resultPath = FrameworkDebugUtils.DebugPath; 73FrameworkDebugUtils.SetDebugPath(); 97FrameworkDebugUtils.SetDebugPath(); 98string resultPath = FrameworkDebugUtils.DebugPath; 107FrameworkDebugUtils.SetDebugPath(); 128FrameworkDebugUtils.SetDebugPath(); 129string resultPath = FrameworkDebugUtils.DebugPath; 138FrameworkDebugUtils.SetDebugPath(); 148FrameworkDebugUtils.IsInTaskHostNode().ShouldBeFalse();
BackEnd\TaskExecutionHost_Tests.cs (2)
1076FrameworkDebugUtils.SetDebugPath(); 1105FrameworkDebugUtils.SetDebugPath();
Microsoft.Build.Framework (3)
CommunicationsUtilities.cs (2)
90FrameworkErrorUtilities.VerifyThrowInternalNull(FrameworkDebugUtils.ProcessInfoString, nameof(FrameworkDebugUtils.DebugPath));
DebugUtils.cs (1)
121/// that poisons the entire <see cref="FrameworkDebugUtils"/> type, whereas the static constructor's
Microsoft.Build.Tasks.Core (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);
PrintLineDebugger.cs (1)
118? $"{FrameworkDebugUtils.ProcessInfoString}_{id}"
Microsoft.Build.Utilities.Core (4)
DebugUtils.cs (3)
28string debugPath = FrameworkDebugUtils.DebugPath; 77var fullPath = Path.Combine(FrameworkDebugUtils.DebugPath, fileName); 83fullPath = Path.Combine(FrameworkDebugUtils.DebugPath, fileName);
PrintLineDebugger.cs (1)
118? $"{FrameworkDebugUtils.ProcessInfoString}_{id}"
MSBuild (7)
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);
PrintLineDebugger.cs (1)
118? $"{FrameworkDebugUtils.ProcessInfoString}_{id}"
XMake.cs (2)
620if (!FrameworkDebugUtils.IsInTaskHostNode()) 1833FrameworkDebugUtils.DebugPath),