2 writes to s_debugDumpPath
Microsoft.Build.Framework (2)
BackEnd\CommunicationsUtilities.cs (2)
755
s_debugDumpPath
??= FrameworkDebugUtils.DebugPath;
765
s_debugDumpPath
= FileUtilities.TempFileDirectory;
3 references to s_debugDumpPath
Microsoft.Build.Framework (3)
BackEnd\CommunicationsUtilities.cs (3)
757
if (!string.IsNullOrEmpty(
s_debugDumpPath
))
759
Directory.CreateDirectory(
s_debugDumpPath
);
774
string filePath = Path.Combine(
s_debugDumpPath
, fileName);