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