2 references to DestinationFile
Microsoft.Build.Tasks.Core (2)
TarDirectory.cs (2)
45
/// The <see cref="
DestinationFile
"/> item resolved against the task's working directory.
140
_destinationFile = new FileInfo(TaskEnvironment.GetAbsolutePath(
DestinationFile
.ItemSpec).Value);