2 references to DestinationPath
sdk-tasks (2)
Crossgen.cs (2)
54
TempOutputPath = Path.Combine(tempDirPath, Path.GetFileName(
DestinationPath
));
61
var destination = Path.GetDirectoryName(
DestinationPath
);