2 writes to _debugDumpPath
Microsoft.Build (2)
BackEnd\Components\Scheduler\Scheduler.cs (2)
215
_debugDumpPath
= DebugUtils.DebugPath;
258
_debugDumpPath
= FileUtilities.TempFileDirectory;
8 references to _debugDumpPath
Microsoft.Build (8)
BackEnd\Components\Scheduler\Scheduler.cs (8)
256
if (String.IsNullOrEmpty(
_debugDumpPath
))
2677
FileUtilities.EnsureDirectoryExists(
_debugDumpPath
);
2679
using StreamWriter file = FileUtilities.OpenWrite(string.Format(CultureInfo.CurrentCulture, Path.Combine(
_debugDumpPath
, "SchedulerTrace_{0}.txt"), EnvironmentUtilities.CurrentProcessId), append: true);
2702
FileUtilities.EnsureDirectoryExists(
_debugDumpPath
);
2707
shouldWriteHeader = !FileSystems.Default.FileExists(string.Format(CultureInfo.CurrentCulture, Path.Combine(
_debugDumpPath
, "SchedulerState_{0}.txt"), EnvironmentUtilities.CurrentProcessId));
2710
using StreamWriter file = FileUtilities.OpenWrite(string.Format(CultureInfo.CurrentCulture, Path.Combine(
_debugDumpPath
, "SchedulerState_{0}.txt"), EnvironmentUtilities.CurrentProcessId), append: true);
2834
using StreamWriter file = FileUtilities.OpenWrite(string.Format(CultureInfo.CurrentCulture, Path.Combine(
_debugDumpPath
, "SchedulerState_{0}.txt"), EnvironmentUtilities.CurrentProcessId), append: true);
2874
using StreamWriter file = FileUtilities.OpenWrite(string.Format(CultureInfo.CurrentCulture, Path.Combine(
_debugDumpPath
, "SchedulerState_{0}.txt"), EnvironmentUtilities.CurrentProcessId), append: true);