1 write to _debugDumpTraceFilePath
Microsoft.Build (1)
BackEnd\Components\Scheduler\Scheduler.cs (1)
272
_debugDumpTraceFilePath
= Path.Combine(_debugDumpDirectory, $"SchedulerTrace_{EnvironmentUtilities.CurrentProcessId}.txt");
1 reference to _debugDumpTraceFilePath
Microsoft.Build (1)
BackEnd\Components\Scheduler\Scheduler.cs (1)
2689
using StreamWriter file = FileUtilities.OpenWrite(
_debugDumpTraceFilePath
, append: true);