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)
2689using StreamWriter file = FileUtilities.OpenWrite(_debugDumpTraceFilePath, append: true);