2 references to FindNextAvailableDebugFilePath
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (2)
667
var binlogPath = DebugUtils.
FindNextAvailableDebugFilePath
($"{DebugUtils.ProcessInfoString}_BuildManager_{_hostName}.binlog");
1977
var logPath = DebugUtils.
FindNextAvailableDebugFilePath
($"{DebugUtils.ProcessInfoString}_ProjectGraph.dot");