1 write to TempOutputPath
sdk-tasks (1)
Crossgen.cs (1)
54
TempOutputPath
= Path.Combine(tempDirPath, Path.GetFileName(DestinationPath));
4 references to TempOutputPath
sdk-tasks (4)
Crossgen.cs (4)
60
var files = Directory.GetFiles(Path.GetDirectoryName(
TempOutputPath
));
71
if (File.Exists(
TempOutputPath
))
73
File.Delete(
TempOutputPath
);
122
private string GetOutPath() => $"-o \"{
TempOutputPath
}\"";