9 references to DestinationFolder
Microsoft.Build.Tasks.Core (9)
Copy.cs (9)
773
if (DestinationFiles == null &&
DestinationFolder
== null)
780
if (DestinationFiles != null &&
DestinationFolder
!= null)
830
() => Path.Combine(
DestinationFolder
.ItemSpec, Path.GetFileName(SourceFiles[i].ItemSpec)),
832
DestinationFolder
.ItemSpec,
871
DestinationFolder
.ItemSpec,
879
() => Path.Combine(
DestinationFolder
.ItemSpec, srcName, file),
881
DestinationFolder
.ItemSpec,
1070
if (
DestinationFolder
!= null && FileSystems.Default.FileExists(TaskEnvironment.GetAbsolutePath(
DestinationFolder
.ItemSpec)))