53 references to Move
aspire (5)
Caching\DiskCache.cs (1)
122File.Move(tempFile, fullPath);
Certificates\CertificateCacheWriter.cs (1)
48File.Move(temporaryPath, outputPath);
Commands\UpdateCommand.cs (2)
808File.Move(targetExePath, backupPath); 862File.Move(backupPath, targetExePath);
Utils\FileDeleteHelper.cs (1)
83File.Move(path, renamedPath);
crossgen2 (1)
Program.cs (1)
315System.IO.File.Move(tmpOutFile, outFile);
dotnet (1)
CommandFactory\CommandResolution\ProjectToolsCommandResolver.cs (1)
439File.Move(tempDepsFile, depsPath);
dotnet-svcutil-lib.Tests (1)
ProjectUtils.cs (1)
51File.Move(srcProgramFile, dstProgramFile);
Microsoft.AspNetCore.DataProtection (2)
Repositories\FileSystemXmlRepository.cs (2)
147File.Move(tempTempFilename, tempFilename); 164File.Move(tempFilename, finalFilename);
Microsoft.AspNetCore.WebUtilities (2)
FileBufferingReadStream.cs (1)
249File.Move(tempTempFileName, _tempFileName);
FileBufferingWriteStream.cs (1)
276File.Move(tempTempFileName, tempFileName);
Microsoft.Build.Tasks.CodeAnalysis (1)
src\roslyn\src\Compilers\Core\MSBuildTask\Vbc.cs (1)
329File.Move(actualPdbInfo.FullName, desiredLocation);
Microsoft.Build.Tasks.Core (2)
Move.cs (2)
266File.Move(sourceFile, destinationFile); 329File.Move(existingFileName, newFileName);
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.CompilerEmitStreamProvider.cs (1)
84File.Move(_filePath, newFilePath);
Microsoft.Deployment.DotNet.Releases (1)
ReleaseFile.cs (1)
134File.Move(tempPath, destinationPath);
Microsoft.DotNet.Cli.Telemetry (1)
Implementation\FileSystemTelemetryBlobStorage.cs (1)
65File.Move(lockedPath, lockedPath[..atSignIndex]);
Microsoft.DotNet.InternalAbstractions (1)
FileWrapper.cs (1)
48File.Move(source, destination);
Microsoft.DotNet.MacOsPkg.Core (2)
Package.cs (2)
68File.Move(tempDest, packageName); 112File.Move(tempDest, app);
Microsoft.DotNet.VersionTools.Cli (1)
FileSystemProxy.cs (1)
25File.Move(sourceFileName, destFileName);
Microsoft.DotNet.XliffTasks (1)
Model\Document.cs (1)
89File.Move(sourceFileName: tempPath, destFileName: path);
Microsoft.ML.Core (1)
Utilities\ResourceManagerUtils.cs (1)
290File.Move(tempPath, path);
Microsoft.ML.TestFramework (1)
BaseTestBaseline.cs (1)
337File.Move(path, rawPath);
Microsoft.ML.TestFrameworkCommon (1)
TestDownloadUtils.cs (1)
46File.Move(temporaryFilePath, filePath);
Microsoft.TestPlatform.CoreUtilities (1)
Helpers\FileHelper.cs (1)
79=> File.Move(sourcePath, destinationPath);
Microsoft.TestPlatform.PlatformAbstractions (2)
common\Tracing\RollingFileTraceListener.cs (2)
292File.Move(actualFileName, archiveFileName); 306File.Move(actualFileName, archiveFileName);
Microsoft.VisualBasic.Core (3)
Microsoft\VisualBasic\FileIO\FileSystem.vb (3)
728IO.File.Move(file, FullNewPath) 1161IO.File.Move(sourceFileFullPath, destinationFileFullPath) 1164IO.File.Move(sourceFileFullPath, destinationFileFullPath)
NuGet.Common (1)
PathUtil\FileUtility.cs (1)
194File.Move(sourceFileName, destFileName);
NuGet.Packaging (9)
PackageExtractor.cs (9)
550File.Move(targetTempNupkg, targetNupkg); 571File.Move(tempHashPath, hashPath); 573File.Move(tempNupkgMetadataPath, nupkgMetadataFilePath); 801File.Move(extractedNuspecFilePath, tempNuspecFilePath); 802File.Move(tempNuspecFilePath, targetNuspec); 807File.Move(extractedNuspecFilePath, targetNuspec); 853File.Move(targetTempNupkg, targetNupkg); 875File.Move(tempHashPath, hashPath); 877File.Move(tempNupkgMetadataFilePath, nupkgMetadataFilePath);
NuGet.Protocol (3)
HttpSource\HttpCacheUtility.cs (1)
113File.Move(
Plugins\PluginCacheEntry.cs (1)
98File.Move(
Utility\LocalFolderUtility.cs (1)
1318File.Move(tempNupkgMetadataFilePath, nupkgMetadataPath);
PresentationBuildTasks (1)
Microsoft\Build\Tasks\Windows\UidManager.cs (1)
369File.Move(src, dest);
PresentationUI (3)
MS\Internal\Documents\Application\DocumentStream.cs (3)
875File.Move(targetFile, backupFile); 892File.Move(sourceFile, targetFile); 907File.Move(backupFile, targetFile);
sdk-tasks (2)
ReplaceFilesWithSymbolicLinks.cs (2)
132File.Move(path, backupFile); 147File.Move(backupFile, path);
System.Configuration.ConfigurationManager (1)
System\Configuration\Internal\WriteFileContext.cs (1)
194File.Move(source, target);
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorageFile.cs (1)
331File.Move(sourceFileNameFullPath, destinationFileNameFullPath);