39 references to Move
aspire (12)
Acquisition\InstallSidecarWriter.cs (1)
121File.Move(_temporaryPath, sidecarPath, overwrite: true);
Acquisition\WingetFirstRunProbe.cs (1)
77File.Move(tempPath, sidecarPath, overwrite: false);
Agents\Hooks\TelemetryHookConfigurator.cs (1)
387File.Move(tempPath, path, overwrite: true);
Agents\Hooks\TelemetryHookInstaller.cs (1)
95File.Move(tempPath, path, overwrite: true);
Caching\AppHostInfoDiskCache.cs (1)
225File.Move(tempPath, path, overwrite: true);
Certificates\CertificateGeneration\CertificateManager.cs (2)
746File.Move(tempFilename, path, overwrite: true); 774File.Move(tempFilename, keyPath, overwrite: true);
Documentation\FileBackedDocumentContentCache.cs (2)
243File.Move(tempPath, filePath, overwrite: true); 298File.Move(tempPath, filePath, overwrite: true);
Projects\JavaAppHostToolchainResolver.cs (1)
418File.Move(temporaryPath, scriptPath, overwrite: true);
src\Shared\UserSecrets\SecretsStore.cs (1)
94File.Move(tempFilename, _secretsFilePath, overwrite: true);
Telemetry\InternalMicrosoftDetector.cs (1)
353File.Move(tempPath, _cacheFilePath, overwrite: true);
Aspire.Acquisition.Tests (1)
Scripts\Common\TestEnvironment.cs (1)
284File.Move(tempGhScriptPath, ghScriptPath, overwrite: true);
Aspire.Cli.Tests (1)
Caching\DiskCacheTests.cs (1)
126File.Move(current, oldName, overwrite: true);
Aspire.Dashboard (1)
ServiceClient\DashboardRunStore.cs (1)
423File.Move(temporaryPath, metadataPath, overwrite: true);
Aspire.Hosting (2)
TerminalResourceBuilderExtensions.cs (1)
350File.Move(temporaryMetadataPath, metadataPath, overwrite: true);
UserSecrets\UserSecretsManagerFactory.cs (1)
221File.Move(tempFilename, FilePath, overwrite: true);
Aspire.Hosting.Browsers (1)
BrowserEndpointDiscovery.cs (1)
188File.Move(tempPath, metadataPath, overwrite: true);
Aspire.Hosting.Browsers.Tests (1)
src\Aspire.Hosting.Browsers\BrowserEndpointDiscovery.cs (1)
188File.Move(tempPath, metadataPath, overwrite: true);
Aspire.Hosting.Tests (1)
Dcp\KubernetesServiceTests.cs (1)
184File.Move(tempPath, path, overwrite: true);
dotnet (1)
SdkVulnerability\SdkReleaseMetadataCache.cs (1)
159File.Move(tempPath, summaryPath, overwrite: true);
dotnet-aot (1)
src\sdk\src\Cli\dotnet\SdkVulnerability\SdkReleaseMetadataCache.cs (1)
159File.Move(tempPath, summaryPath, overwrite: true);
dotnet-dev-certs (2)
src\aspnetcore\src\Shared\CertificateGeneration\CertificateManager.cs (2)
748File.Move(tempFilename, path, overwrite: true); 776File.Move(tempFilename, keyPath, overwrite: true);
dotnet-user-jwts (1)
Helpers\JwtStore.cs (1)
46File.Move(tempFilename, _filePath, overwrite: true);
dotnet-user-secrets (1)
Internal\SecretsStore.cs (1)
80File.Move(tempFilename, _secretsFilePath, overwrite: true);
ilc (1)
Program.cs (1)
747File.Move(tempOutputFilePath, outputFilePath, overwrite: true);
Microsoft.AspNetCore.DeveloperCertificates.XPlat (2)
src\aspnetcore\src\Shared\CertificateGeneration\CertificateManager.cs (2)
748File.Move(tempFilename, path, overwrite: true); 776File.Move(tempFilename, keyPath, overwrite: true);
Microsoft.AspNetCore.Server.Kestrel.Core (2)
src\aspnetcore\src\Shared\CertificateGeneration\CertificateManager.cs (2)
748File.Move(tempFilename, path, overwrite: true); 776File.Move(tempFilename, keyPath, overwrite: true);
Microsoft.Build.Tasks.Core (1)
FileIO\WriteLinesToFile.cs (1)
36System.IO.File.Move(source, destination, overwrite: true);
Microsoft.NET.Build.Containers (2)
Layer.cs (1)
247File.Move(tempTarballPath, storedContent, overwrite: true);
Registry\Registry.cs (1)
476File.Move(tempTarballPath, localPath, overwrite: true);
RepoTasks (2)
src\aspnetcore\src\Shared\CertificateGeneration\CertificateManager.cs (2)
748File.Move(tempFilename, path, overwrite: true); 776File.Move(tempFilename, keyPath, overwrite: true);
System.IO.Compression.ZipFile (2)
System\IO\Compression\ZipFileExtensions.ZipArchiveEntry.Extract.Async.cs (1)
129File.Move(tempPath, destinationFileName, overwrite: true);
System\IO\Compression\ZipFileExtensions.ZipArchiveEntry.Extract.cs (1)
116File.Move(tempPath, destinationFileName, overwrite: true);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\File.cs (1)
1072=> Move(sourceFileName, destFileName, false);