2 writes to _debugDumpPath
Microsoft.Build (2)
BackEnd\Components\Scheduler\Scheduler.cs (2)
184
_debugDumpPath
= DebugUtils.DebugPath;
227
_debugDumpPath
= FileUtilities.TempFileDirectory;
7 references to _debugDumpPath
Microsoft.Build (7)
BackEnd\Components\Scheduler\Scheduler.cs (7)
225
if (String.IsNullOrEmpty(
_debugDumpPath
))
2570
FileUtilities.EnsureDirectoryExists(
_debugDumpPath
);
2572
using StreamWriter file = FileUtilities.OpenWrite(String.Format(CultureInfo.CurrentCulture, Path.Combine(
_debugDumpPath
, "SchedulerTrace_{0}.txt"), Process.GetCurrentProcess().Id), append: true);
2595
FileUtilities.EnsureDirectoryExists(
_debugDumpPath
);
2596
using StreamWriter file = FileUtilities.OpenWrite(String.Format(CultureInfo.CurrentCulture, Path.Combine(
_debugDumpPath
, "SchedulerState_{0}.txt"), Process.GetCurrentProcess().Id), append: true);
2710
using StreamWriter file = FileUtilities.OpenWrite(String.Format(CultureInfo.CurrentCulture, Path.Combine(
_debugDumpPath
, "SchedulerState_{0}.txt"), Process.GetCurrentProcess().Id), append: true);
2750
using StreamWriter file = FileUtilities.OpenWrite(String.Format(CultureInfo.CurrentCulture, Path.Combine(
_debugDumpPath
, "SchedulerState_{0}.txt"), Process.GetCurrentProcess().Id), append: true);