2 writes to s_debugDumpPath
Microsoft.Build.Framework (2)
BackEnd\CommunicationsUtilities.cs (2)
760
s_debugDumpPath
??= FrameworkDebugUtils.DebugPath;
770
s_debugDumpPath
= FileUtilities.TempFileDirectory;
3 references to s_debugDumpPath
Microsoft.Build.Framework (3)
BackEnd\CommunicationsUtilities.cs (3)
762
if (!string.IsNullOrEmpty(
s_debugDumpPath
))
764
Directory.CreateDirectory(
s_debugDumpPath
);
779
string filePath = Path.Combine(
s_debugDumpPath
, fileName);