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