26 references to FrameworkDebugUtils
Microsoft.Build (10)
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)
2239
var 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)
28
string debugPath =
FrameworkDebugUtils
.DebugPath;
77
var fullPath = Path.Combine(
FrameworkDebugUtils
.DebugPath, fileName);
83
fullPath = 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)
748
s_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)
28
string debugPath =
FrameworkDebugUtils
.DebugPath;
77
var fullPath = Path.Combine(
FrameworkDebugUtils
.DebugPath, fileName);
83
fullPath = 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)
28
string debugPath =
FrameworkDebugUtils
.DebugPath;
77
var fullPath = Path.Combine(
FrameworkDebugUtils
.DebugPath, fileName);
83
fullPath = 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)
28
string debugPath =
FrameworkDebugUtils
.DebugPath;
77
var fullPath = Path.Combine(
FrameworkDebugUtils
.DebugPath, fileName);
83
fullPath = Path.Combine(
FrameworkDebugUtils
.DebugPath, fileName);
src\msbuild\src\Shared\Debugging\PrintLineDebugger.cs (1)
112
? $"{
FrameworkDebugUtils
.ProcessInfoString}_{id}"
XMake.cs (2)
620
if (!
FrameworkDebugUtils
.IsInTaskHostNode())
1838
FrameworkDebugUtils
.DebugPath),