19 writes to DestinationFolder
Microsoft.Build.Tasks.UnitTests (19)
Copy_Tests.cs (19)
178DestinationFolder = new TaskItem(destinationFolder.Path), 222DestinationFolder = new TaskItem(destinationFolder.Path), 248DestinationFolder = new TaskItem(destinationFolder.Path), 280DestinationFolder = new TaskItem(destinationFolder.Path), 305DestinationFolder = new TaskItem(destinationFolder.Path), 330DestinationFolder = new TaskItem(destinationFolder.Path), 381DestinationFolder = new TaskItem(destinationFolder.Path), 1018DestinationFolder = new TaskItem(destinationFolder), 1530DestinationFolder = new TaskItem(destinationFile), 1907DestinationFolder = new TaskItem(destFolder), 1980DestinationFolder = new TaskItem(destFolder), 2046DestinationFolder = new TaskItem(Path.Combine(tempPath, "foo")), 2299DestinationFolder = new TaskItem("dest"), 2324DestinationFolder = new TaskItem("here | there"), 2629DestinationFolder = new TaskItem(destFolder), 2721DestinationFolder = new TaskItem(destFolder), 2808DestinationFolder = new TaskItem(destFolder), 2887DestinationFolder = new TaskItem(destFolder), 2954DestinationFolder = new TaskItem(destFolder),
9 references to DestinationFolder
Microsoft.Build.Tasks.Core (9)
Copy.cs (9)
766if (DestinationFiles == null && DestinationFolder == null) 773if (DestinationFiles != null && DestinationFolder != null) 823() => Path.Combine(DestinationFolder.ItemSpec, Path.GetFileName(SourceFiles[i].ItemSpec)), 825DestinationFolder.ItemSpec, 864DestinationFolder.ItemSpec, 872() => Path.Combine(DestinationFolder.ItemSpec, srcName, file), 874DestinationFolder.ItemSpec, 1056if (DestinationFolder != null && FileSystems.Default.FileExists(TaskEnvironment.GetAbsolutePath(DestinationFolder.ItemSpec)))