1 write to _debugDumpTraceFilePath
MSBuild.Coordinator (1)
CoordinatorServer.DefaultDebugOutput.cs (1)
37
_debugDumpTraceFilePath
= Path.Combine(_debugDumpDirectory, $"MSBuild_CoordinatorTrace_PID_{EnvironmentUtilities.CurrentProcessId}.txt");
1 reference to _debugDumpTraceFilePath
MSBuild.Coordinator (1)
CoordinatorServer.DefaultDebugOutput.cs (1)
66
using (StreamWriter writer = FileUtilities.OpenWrite(
_debugDumpTraceFilePath
, append: true))