1 write to DebugPath
Microsoft.Build.Framework (1)
DebugUtils.cs (1)
98
DebugPath
= debugDirectory;
20 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
;
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)
64
string resultPath = FrameworkDebugUtils.
DebugPath
;
99
string resultPath = FrameworkDebugUtils.
DebugPath
;
130
string resultPath = FrameworkDebugUtils.
DebugPath
;
Microsoft.Build.Framework (2)
BackEnd\CommunicationsUtilities.cs (2)
133
FrameworkErrorUtilities.VerifyThrowInternalNull(FrameworkDebugUtils.ProcessInfoString, nameof(FrameworkDebugUtils.
DebugPath
));
755
s_debugDumpPath ??= FrameworkDebugUtils.
DebugPath
;
Microsoft.Build.Tasks.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);
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 (4)
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)
1838
FrameworkDebugUtils.
DebugPath
),