19 writes to DestinationFolder
Microsoft.Build.Tasks.UnitTests (19)
Copy_Tests.cs (19)
173DestinationFolder = new TaskItem(destinationFolder.Path), 217DestinationFolder = new TaskItem(destinationFolder.Path), 243DestinationFolder = new TaskItem(destinationFolder.Path), 275DestinationFolder = new TaskItem(destinationFolder.Path), 300DestinationFolder = new TaskItem(destinationFolder.Path), 325DestinationFolder = new TaskItem(destinationFolder.Path), 376DestinationFolder = new TaskItem(destinationFolder.Path), 1011DestinationFolder = new TaskItem(destinationFolder), 1523DestinationFolder = new TaskItem(destinationFile), 1900DestinationFolder = new TaskItem(destFolder), 1973DestinationFolder = new TaskItem(destFolder), 2039DestinationFolder = new TaskItem(Path.Combine(tempPath, "foo")), 2292DestinationFolder = new TaskItem("dest"), 2317DestinationFolder = new TaskItem("here | there"), 2622DestinationFolder = new TaskItem(destFolder), 2714DestinationFolder = new TaskItem(destFolder), 2801DestinationFolder = new TaskItem(destFolder), 2880DestinationFolder = new TaskItem(destFolder), 2947DestinationFolder = new TaskItem(destFolder),
9 references to DestinationFolder
Microsoft.Build.Tasks.Core (9)
Copy.cs (9)
772if (DestinationFiles == null && DestinationFolder == null) 779if (DestinationFiles != null && DestinationFolder != null) 829() => Path.Combine(DestinationFolder.ItemSpec, Path.GetFileName(SourceFiles[i].ItemSpec)), 831DestinationFolder.ItemSpec, 870DestinationFolder.ItemSpec, 878() => Path.Combine(DestinationFolder.ItemSpec, srcName, file), 880DestinationFolder.ItemSpec, 1062if (DestinationFolder != null && FileSystems.Default.FileExists(TaskEnvironment.GetAbsolutePath(DestinationFolder.ItemSpec)))