2 writes to _debugDumpPath
Microsoft.Build (2)
BackEnd\Components\Scheduler\Scheduler.cs (2)
183_debugDumpPath = DebugUtils.DebugPath; 226_debugDumpPath = FileUtilities.TempFileDirectory;
7 references to _debugDumpPath
Microsoft.Build (7)
BackEnd\Components\Scheduler\Scheduler.cs (7)
224if (String.IsNullOrEmpty(_debugDumpPath)) 2572FileUtilities.EnsureDirectoryExists(_debugDumpPath); 2574using StreamWriter file = FileUtilities.OpenWrite(string.Format(CultureInfo.CurrentCulture, Path.Combine(_debugDumpPath, "SchedulerTrace_{0}.txt"), EnvironmentUtilities.CurrentProcessId), append: true); 2597FileUtilities.EnsureDirectoryExists(_debugDumpPath); 2598using StreamWriter file = FileUtilities.OpenWrite(string.Format(CultureInfo.CurrentCulture, Path.Combine(_debugDumpPath, "SchedulerState_{0}.txt"), EnvironmentUtilities.CurrentProcessId), append: true); 2712using StreamWriter file = FileUtilities.OpenWrite(string.Format(CultureInfo.CurrentCulture, Path.Combine(_debugDumpPath, "SchedulerState_{0}.txt"), EnvironmentUtilities.CurrentProcessId), append: true); 2752using StreamWriter file = FileUtilities.OpenWrite(string.Format(CultureInfo.CurrentCulture, Path.Combine(_debugDumpPath, "SchedulerState_{0}.txt"), EnvironmentUtilities.CurrentProcessId), append: true);