4 references to Copy
PresentationBuildTasks (1)
BuildTasks\MS\Internal\Tasks\TaskFileService.cs (1)
363File.Copy(buildFile, intelFile, /*overwrite*/ true);
System.Configuration (1)
System\Configuration\Internal\WriteFileContext.cs (1)
251File.Copy(Source, Target, true);
System.Web (2)
Compilation\BuildManager.cs (2)
2980File.Copy(sourcePhysicalPath, destPhysicalPath, true /*overwrite*/); 3025File.Copy(sourcePhysicalPath, destPhysicalPath, false /*overwrite*/);