2 writes to _debugDumpPath
Microsoft.Build (2)
BackEnd\Components\Scheduler\Scheduler.cs (2)
214
_debugDumpPath
= FrameworkDebugUtils.DebugPath;
257
_debugDumpPath
= FileUtilities.TempFileDirectory;
8 references to _debugDumpPath
Microsoft.Build (8)
BackEnd\Components\Scheduler\Scheduler.cs (8)
255
if (String.IsNullOrEmpty(
_debugDumpPath
))
2676
FileUtilities.EnsureDirectoryExists(
_debugDumpPath
);
2678
using StreamWriter file = FileUtilities.OpenWrite(string.Format(CultureInfo.CurrentCulture, Path.Combine(
_debugDumpPath
, "SchedulerTrace_{0}.txt"), EnvironmentUtilities.CurrentProcessId), append: true);
2701
FileUtilities.EnsureDirectoryExists(
_debugDumpPath
);
2706
shouldWriteHeader = !FileSystems.Default.FileExists(string.Format(CultureInfo.CurrentCulture, Path.Combine(
_debugDumpPath
, "SchedulerState_{0}.txt"), EnvironmentUtilities.CurrentProcessId));
2709
using StreamWriter file = FileUtilities.OpenWrite(string.Format(CultureInfo.CurrentCulture, Path.Combine(
_debugDumpPath
, "SchedulerState_{0}.txt"), EnvironmentUtilities.CurrentProcessId), append: true);
2833
using StreamWriter file = FileUtilities.OpenWrite(string.Format(CultureInfo.CurrentCulture, Path.Combine(
_debugDumpPath
, "SchedulerState_{0}.txt"), EnvironmentUtilities.CurrentProcessId), append: true);
2873
using StreamWriter file = FileUtilities.OpenWrite(string.Format(CultureInfo.CurrentCulture, Path.Combine(
_debugDumpPath
, "SchedulerState_{0}.txt"), EnvironmentUtilities.CurrentProcessId), append: true);