4 references to logPath
Microsoft.Build.Tasks.Core (4)
ManifestUtil\ManifestWriter.cs (1)
134File.Copy(temp, Path.Combine(Util.logPath, n + ".trust-file.xml"), true);
ManifestUtil\Util.cs (3)
493s_logFileWriter = new StreamWriter(Path.Combine(logPath, "Microsoft.Build.Tasks.log"), false); 524string path = Path.Combine(logPath, filename); 554string path = Path.Combine(logPath, filename);