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)
66using (StreamWriter writer = FileUtilities.OpenWrite(_debugDumpTraceFilePath, append: true))