19 writes to DestinationFolder
Microsoft.Build.Tasks.UnitTests (19)
Copy_Tests.cs (19)
171DestinationFolder = new TaskItem(destinationFolder.Path), 214DestinationFolder = new TaskItem(destinationFolder.Path), 239DestinationFolder = new TaskItem(destinationFolder.Path), 270DestinationFolder = new TaskItem(destinationFolder.Path), 294DestinationFolder = new TaskItem(destinationFolder.Path), 318DestinationFolder = new TaskItem(destinationFolder.Path), 367DestinationFolder = new TaskItem(destinationFolder.Path), 991DestinationFolder = new TaskItem(destinationFolder), 1494DestinationFolder = new TaskItem(destinationFile), 1864DestinationFolder = new TaskItem(destFolder), 1936DestinationFolder = new TaskItem(destFolder), 2001DestinationFolder = new TaskItem(Path.Combine(tempPath, "foo")), 2249DestinationFolder = new TaskItem("dest"), 2273DestinationFolder = new TaskItem("here | there"), 2565DestinationFolder = new TaskItem(destFolder), 2656DestinationFolder = new TaskItem(destFolder), 2742DestinationFolder = new TaskItem(destFolder), 2820DestinationFolder = new TaskItem(destFolder), 2886DestinationFolder = new TaskItem(destFolder),
9 references to DestinationFolder
Microsoft.Build.Tasks.Core (9)
Copy.cs (9)
719if (DestinationFiles == null && DestinationFolder == null) 726if (DestinationFiles != null && DestinationFolder != null) 776() => Path.Combine(DestinationFolder.ItemSpec, Path.GetFileName(SourceFiles[i].ItemSpec)), 778DestinationFolder.ItemSpec, 816DestinationFolder.ItemSpec, 824() => Path.Combine(DestinationFolder.ItemSpec, srcName, file), 826DestinationFolder.ItemSpec, 1009if (DestinationFolder != null && FileSystems.Default.FileExists(DestinationFolder.ItemSpec))