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