1 write to DebugPath
Microsoft.Build.Framework (1)
DebugUtils.cs (1)
98
DebugPath
= debugDirectory;
22 references to DebugPath
Microsoft.Build (6)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
140
_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);
Microsoft.Build.Engine.UnitTests (3)
BackEnd\DebugUtils_tests.cs (3)
63
string resultPath = FrameworkDebugUtils.
DebugPath
;
98
string resultPath = FrameworkDebugUtils.
DebugPath
;
129
string resultPath = FrameworkDebugUtils.
DebugPath
;
Microsoft.Build.Framework (1)
CommunicationsUtilities.cs (1)
90
FrameworkErrorUtilities.VerifyThrowInternalNull(FrameworkDebugUtils.ProcessInfoString, nameof(FrameworkDebugUtils.
DebugPath
));
Microsoft.Build.Tasks.Core (4)
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);
Microsoft.Build.Utilities.Core (3)
DebugUtils.cs (3)
28
string debugPath = FrameworkDebugUtils.
DebugPath
;
77
var fullPath = Path.Combine(FrameworkDebugUtils.
DebugPath
, fileName);
83
fullPath = Path.Combine(FrameworkDebugUtils.
DebugPath
, fileName);
MSBuild (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);
XMake.cs (1)
1833
FrameworkDebugUtils.
DebugPath
),