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