2 writes to _debugDumpPath
Microsoft.Build (2)
BackEnd\Components\Scheduler\Scheduler.cs (2)
198_debugDumpPath = DebugUtils.DebugPath; 241_debugDumpPath = FileUtilities.TempFileDirectory;
7 references to _debugDumpPath
Microsoft.Build (7)
BackEnd\Components\Scheduler\Scheduler.cs (7)
239if (String.IsNullOrEmpty(_debugDumpPath)) 2602FileUtilities.EnsureDirectoryExists(_debugDumpPath); 2604using StreamWriter file = FileUtilities.OpenWrite(string.Format(CultureInfo.CurrentCulture, Path.Combine(_debugDumpPath, "SchedulerTrace_{0}.txt"), EnvironmentUtilities.CurrentProcessId), append: true); 2627FileUtilities.EnsureDirectoryExists(_debugDumpPath); 2628using StreamWriter file = FileUtilities.OpenWrite(string.Format(CultureInfo.CurrentCulture, Path.Combine(_debugDumpPath, "SchedulerState_{0}.txt"), EnvironmentUtilities.CurrentProcessId), append: true); 2742using StreamWriter file = FileUtilities.OpenWrite(string.Format(CultureInfo.CurrentCulture, Path.Combine(_debugDumpPath, "SchedulerState_{0}.txt"), EnvironmentUtilities.CurrentProcessId), append: true); 2782using StreamWriter file = FileUtilities.OpenWrite(string.Format(CultureInfo.CurrentCulture, Path.Combine(_debugDumpPath, "SchedulerState_{0}.txt"), EnvironmentUtilities.CurrentProcessId), append: true);