63 references to Copy
Aspire.Hosting (1)
Aspire.Hosting.Azure (3)
dotnet-getdocument (2)
dotnet-svcutil.xmlserializer (1)
dotnet-svcutil-lib (1)
dotnet-svcutil-lib.Tests (4)
GlobalToolTests.cs (4)
99File.Copy(Path.Combine(g_TestCasesDir, "FullFramework", "FullFramework.cs"), Path.Combine(this_TestCaseOutputDir, "FullFramework.cs"), true);
100File.Copy(Path.Combine(g_TestCasesDir, "FullFramework", "FullFramework.csproj"), Path.Combine(this_TestCaseOutputDir, "FullFramework.csproj"), true);
127File.Copy(Path.Combine(g_TestCasesDir, this_TestCaseName, testCaseName, "Program.cs"), Path.Combine(this_TestCaseOutputDir, "Program.cs"), true);
128File.Copy(Path.Combine(g_TestCasesDir, this_TestCaseName, testCaseName, $"{testCaseName}.csproj"), Path.Combine(this_TestCaseOutputDir, $"{testCaseName}.csproj"), true);
HelixTestRunner (1)
IIS.LongTests (1)
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (1)
280File.Copy(
IIS.NewHandler.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (1)
280File.Copy(
IIS.NewShim.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (1)
280File.Copy(
IISExpress.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (1)
280File.Copy(
illink (5)
Linker.Steps\OutputStep.cs (5)
226File.Copy(satelliteAssembly, Path.Combine(culturePath, resourceFile), true);
241File.Copy(config, GetConfigFile(GetAssemblyFileName(assembly, directory)), true);
268File.Copy(source, target, true);
274File.Copy(mdb, target + ".mdb", true);
278File.Copy(pdb, Path.ChangeExtension(target, "pdb"), true);
Microsoft.Arcade.Common (1)
Microsoft.AspNetCore.InternalTesting (1)
Microsoft.Build.BuildCheck.UnitTests (1)
Microsoft.Build.CommandLine.UnitTests (1)
Microsoft.Build.Tasks.CodeAnalysis (1)
Microsoft.Build.Tasks.CodeAnalysis.Sdk (1)
Microsoft.Build.Tasks.Core (5)
Microsoft.CodeAnalysis.Scripting (1)
Microsoft.CodeAnalysis.UnitTests (1)
Microsoft.DotNet.Arcade.Sdk (1)
Microsoft.DotNet.Build.Tasks.Feed (2)
Microsoft.DotNet.Build.Tasks.Installers (4)
Microsoft.DotNet.Build.Tasks.Workloads (1)
Microsoft.DotNet.NuGetRepack.Tasks (2)
Microsoft.DotNet.SignTool (5)
Microsoft.DotNet.XliffTasks (4)
Tasks\TransformTemplates.cs (4)
74File.Copy(templatePath, cultureSpecificTemplateFile, overwrite: true);
80File.Copy(projectFileFullPath, Path.Combine(localizedTemplateDirectory, Path.GetFileName(projectNode.Attribute("File").Value)), overwrite: true);
108File.Copy(Path.Combine(TranslatedOutputDirectory, localizedFileName), templateItemDestinationPath, overwrite: true);
113File.Copy(templateItemFullPath, templateItemDestinationPath, overwrite: true);
Microsoft.Maui.Resizetizer (1)
Microsoft.VisualBasic.Core (2)
PresentationBuildTasks (1)
PresentationUI (2)
System.IO.IsolatedStorage (1)
System.Private.CoreLib (1)
TestTasks (1)