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