1 write to DebugPath
Microsoft.Build.Framework (1)
DebugUtils.cs (1)
98
DebugPath
= debugDirectory;
17 references to DebugPath
Microsoft.Build (5)
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);
Microsoft.Build.Framework (1)
BackEnd\CommunicationsUtilities.cs (1)
760
s_debugDumpPath ??= FrameworkDebugUtils.
DebugPath
;
Microsoft.Build.Tasks.Core (3)
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);
Microsoft.Build.Utilities.Core (3)
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);
MSBuild (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);
XMake.cs (1)
1985
FrameworkDebugUtils.
DebugPath
),
MSBuild.Coordinator (1)
CoordinatorServer.DefaultDebugOutput.cs (1)
30
_debugDumpDirectory = FrameworkDebugUtils.
DebugPath
;