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)
477
s_logFileWriter = new StreamWriter(Path.Combine(
logPath
, "Microsoft.Build.Tasks.log"), false);
508
string path = Path.Combine(
logPath
, filename);
538
string path = Path.Combine(
logPath
, filename);