2 references to s_logPath
Microsoft.Build.Tasks.Core (2)
BootstrapperUtil\BootstrapperBuilder.cs (2)
1996using (var xmlwriter = new XmlTextWriter(System.IO.Path.Combine(s_logPath, fileName), Encoding.UTF8)) 2038using (var fileWriter = new StreamWriter(System.IO.Path.Combine(s_logPath, fileName), append))