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