9 references to DestinationFolder
Microsoft.Build.Tasks.Core (9)
Copy.cs (9)
775
if (DestinationFiles == null &&
DestinationFolder
== null)
782
if (DestinationFiles != null &&
DestinationFolder
!= null)
832
() => Path.Combine(
DestinationFolder
.ItemSpec, Path.GetFileName(SourceFiles[i].ItemSpec)),
834
DestinationFolder
.ItemSpec,
873
DestinationFolder
.ItemSpec,
881
() => Path.Combine(
DestinationFolder
.ItemSpec, srcName, file),
883
DestinationFolder
.ItemSpec,
1072
if (
DestinationFolder
!= null && FileSystems.Default.FileExists(TaskEnvironment.GetAbsolutePath(
DestinationFolder
.ItemSpec)))