19 writes to DestinationFolder
Microsoft.Build.Tasks.UnitTests (19)
Copy_Tests.cs (19)
176DestinationFolder = new TaskItem(destinationFolder.Path), 219DestinationFolder = new TaskItem(destinationFolder.Path), 244DestinationFolder = new TaskItem(destinationFolder.Path), 275DestinationFolder = new TaskItem(destinationFolder.Path), 299DestinationFolder = new TaskItem(destinationFolder.Path), 323DestinationFolder = new TaskItem(destinationFolder.Path), 372DestinationFolder = new TaskItem(destinationFolder.Path), 996DestinationFolder = new TaskItem(destinationFolder), 1499DestinationFolder = new TaskItem(destinationFile), 1869DestinationFolder = new TaskItem(destFolder), 1941DestinationFolder = new TaskItem(destFolder), 2006DestinationFolder = new TaskItem(Path.Combine(tempPath, "foo")), 2254DestinationFolder = new TaskItem("dest"), 2278DestinationFolder = new TaskItem("here | there"), 2570DestinationFolder = new TaskItem(destFolder), 2661DestinationFolder = new TaskItem(destFolder), 2747DestinationFolder = new TaskItem(destFolder), 2825DestinationFolder = new TaskItem(destFolder), 2891DestinationFolder = new TaskItem(destFolder),
9 references to DestinationFolder
Microsoft.Build.Tasks.Core (9)
Copy.cs (9)
671if (DestinationFiles == null && DestinationFolder == null) 678if (DestinationFiles != null && DestinationFolder != null) 728() => Path.Combine(DestinationFolder.ItemSpec, Path.GetFileName(SourceFiles[i].ItemSpec)), 730DestinationFolder.ItemSpec, 768DestinationFolder.ItemSpec, 776() => Path.Combine(DestinationFolder.ItemSpec, srcName, file), 778DestinationFolder.ItemSpec, 961if (DestinationFolder != null && FileSystems.Default.FileExists(DestinationFolder.ItemSpec))