12 references to CopyTo
dotnet-svcutil-lib.Tests (1)
FileUtil.cs (1)
29file.CopyTo(temppath, true);
IIS.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\GlobalVersionTests.cs (1)
267fileInfo.CopyTo(destFileName, overwrite: true);
IIS.ShadowCopy.Tests (1)
ShadowCopyTests.cs (1)
416file.CopyTo(tempPath, true);
IISExpress.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\GlobalVersionTests.cs (1)
267fileInfo.CopyTo(destFileName, overwrite: true);
Microsoft.AspNetCore.Server.IntegrationTesting (1)
Deployers\RemoteWindowsDeployer\RemoteWindowsDeployer.cs (1)
290file.CopyTo(temppath, false);
Microsoft.Extensions.ApiDescription.Client.Tests (4)
TargetTest.cs (4)
41file.CopyTo(Path.Combine(build.Root, file.Name), overwrite: true); 46file.CopyTo(Path.Combine(build.Root, file.Name), overwrite: true); 53file.CopyTo(Path.Combine(files.Root, file.Name), overwrite: true); 60file.CopyTo(Path.Combine(tasks.Root, file.Name), overwrite: true);
Microsoft.ML.TestFramework (2)
CopyAction.cs (2)
31file.CopyTo(destFile.FullName, true); 34file.CopyTo(destFile.FullName, true);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IO\FileInfo.cs (1)
89public FileInfo CopyTo(string destFileName) => CopyTo(destFileName, overwrite: false);