2 writes to s_debugDumpPath
Microsoft.Build.Framework (2)
BackEnd\CommunicationsUtilities.cs (2)
748
s_debugDumpPath
??= FrameworkDebugUtils.DebugPath;
758
s_debugDumpPath
= FileUtilities.TempFileDirectory;
3 references to s_debugDumpPath
Microsoft.Build.Framework (3)
BackEnd\CommunicationsUtilities.cs (3)
750
if (!string.IsNullOrEmpty(
s_debugDumpPath
))
752
Directory.CreateDirectory(
s_debugDumpPath
);
767
string filePath = Path.Combine(
s_debugDumpPath
, fileName);