87 references to Copy
aspire (6)
aspire-managed (1)
Aspire.Cli.EndToEnd.Tests (3)
Aspire.Hosting (2)
Aspire.Hosting.Azure (3)
Aspire.Hosting.Blazor (1)
Aspire.Hosting.Sdk.Tests (2)
Aspire.TestTools (1)
dotnet (3)
dotnet-getdocument (2)
dotnet-svcutil-lib (1)
dotnet-svcutil-lib.Tests (4)
GlobalToolTests.cs (4)
113File.Copy(Path.Combine(g_TestCasesDir, "FullFramework", "FullFramework.cs"), Path.Combine(this_TestCaseOutputDir, "FullFramework.cs"), true);
114File.Copy(Path.Combine(g_TestCasesDir, "FullFramework", "FullFramework.csproj"), Path.Combine(this_TestCaseOutputDir, "FullFramework.csproj"), true);
141File.Copy(Path.Combine(g_TestCasesDir, this_TestCaseName, testCaseName, "Program.cs"), Path.Combine(this_TestCaseOutputDir, "Program.cs"), true);
142File.Copy(Path.Combine(g_TestCasesDir, this_TestCaseName, testCaseName, $"{testCaseName}.csproj"), Path.Combine(this_TestCaseOutputDir, $"{testCaseName}.csproj"), true);
dotnet-svcutil.xmlserializer (1)
ILCompiler.Diagnostics (1)
illink (5)
Linker.Steps\OutputStep.cs (5)
227File.Copy(satelliteAssembly, Path.Combine(culturePath, resourceFile), true);
242File.Copy(config, GetConfigFile(GetAssemblyFileName(assembly, directory)), true);
269File.Copy(source, target, true);
275File.Copy(mdb, target + ".mdb", true);
279File.Copy(pdb, Path.ChangeExtension(target, "pdb"), true);
Microsoft.Arcade.Common (1)
Microsoft.AspNetCore.InternalTesting (1)
Microsoft.Build (1)
Microsoft.Build.Tasks.CodeAnalysis (1)
Microsoft.Build.Tasks.Core (5)
Microsoft.CodeAnalysis.Scripting (1)
Microsoft.DotNet.Arcade.Sdk (1)
Microsoft.DotNet.Build.Tasks.Feed (2)
Microsoft.DotNet.Build.Tasks.Installers (9)
src\CreateWixBuildWixpack.cs (5)
115File.Copy(projectPath, destPath, overwrite: true);
202File.Copy(includeFile, tempFilePath, overwrite: true);
519File.Copy(xmlPath, copiedXmlPath, overwrite: true);
1024File.Copy(source, destPath, overwrite: true);
1108File.Copy(file, Path.Combine(destDir, Path.GetFileName(file)), overwrite: true);
Microsoft.DotNet.Build.Tasks.Workloads (1)
Microsoft.DotNet.HotReload.Watch (1)
Microsoft.DotNet.NuGetRepack.Tasks (2)
Microsoft.DotNet.XliffTasks (4)
Tasks\TransformTemplates.cs (4)
80File.Copy(templatePath, cultureSpecificTemplateFile, overwrite: true);
86File.Copy(projectFileFullPath, Path.Combine(localizedTemplateDirectory, Path.GetFileName(projectNode.Attribute("File").Value)), overwrite: true);
114File.Copy(Path.Combine(TranslatedOutputDirectory, localizedFileName), templateItemDestinationPath, overwrite: true);
119File.Copy(templateItemFullPath, templateItemDestinationPath, overwrite: true);
Microsoft.Maui.Resizetizer (1)
Microsoft.NET.HostModel (2)
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks (1)
Microsoft.NET.Sdk.Publish.Tasks (1)
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
Microsoft.TemplateEngine.Abstractions (1)
Microsoft.TemplateEngine.Utils (1)
Microsoft.VisualBasic.Core (2)
NuGet.Packaging (1)
NuGet.Protocol (1)
PresentationBuildTasks (1)
PresentationUI (2)
sdk-tasks (1)
System.IO.IsolatedStorage (1)
System.Private.CoreLib (1)
VBCSCompiler (3)