2 writes to _debugDumpDirectory
MSBuild.Coordinator (2)
CoordinatorServer.DefaultDebugOutput.cs (2)
30
_debugDumpDirectory
= FrameworkDebugUtils.DebugPath;
34
_debugDumpDirectory
= FileUtilities.TempFileDirectory;
3 references to _debugDumpDirectory
MSBuild.Coordinator (3)
CoordinatorServer.DefaultDebugOutput.cs (3)
32
if (string.IsNullOrEmpty(
_debugDumpDirectory
))
37
_debugDumpTraceFilePath = Path.Combine(
_debugDumpDirectory
, $"MSBuild_CoordinatorTrace_PID_{EnvironmentUtilities.CurrentProcessId}.txt");
62
FileUtilities.EnsureDirectoryExists(
_debugDumpDirectory
);