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)
224
if (String.IsNullOrEmpty(
_debugDumpPath
))
2566
FileUtilities.EnsureDirectoryExists(
_debugDumpPath
);
2568
using StreamWriter file = FileUtilities.OpenWrite(string.Format(CultureInfo.CurrentCulture, Path.Combine(
_debugDumpPath
, "SchedulerTrace_{0}.txt"), EnvironmentUtilities.CurrentProcessId), append: true);
2591
FileUtilities.EnsureDirectoryExists(
_debugDumpPath
);
2592
using StreamWriter file = FileUtilities.OpenWrite(string.Format(CultureInfo.CurrentCulture, Path.Combine(
_debugDumpPath
, "SchedulerState_{0}.txt"), EnvironmentUtilities.CurrentProcessId), append: true);
2706
using StreamWriter file = FileUtilities.OpenWrite(string.Format(CultureInfo.CurrentCulture, Path.Combine(
_debugDumpPath
, "SchedulerState_{0}.txt"), EnvironmentUtilities.CurrentProcessId), append: true);
2746
using StreamWriter file = FileUtilities.OpenWrite(string.Format(CultureInfo.CurrentCulture, Path.Combine(
_debugDumpPath
, "SchedulerState_{0}.txt"), EnvironmentUtilities.CurrentProcessId), append: true);