4 implementations of Move
dotnet.Tests (2)
ConfigurerTests\GivenAFirstTimeUseNoticeSentinel.cs (1)
212
public void
Move
(string source, string destination)
ConfigurerTests\GivenAFunctionReturnStringAndFakeFileSystem.cs (1)
194
public void
Move
(string source, string destination)
Microsoft.DotNet.InternalAbstractions (1)
DirectoryWrapper.cs (1)
55
public void
Move
(string source, string destination)
Microsoft.NET.TestFramework (1)
Mock\FileSystemMockBuilder.cs (1)
606
public void
Move
(string source, string destination)
9 references to Move
dotnet (1)
ToolPackage\ToolPackageDownloaderBase.cs (1)
192
FileAccessRetrier.RetryOnMoveAccessFailure(() => _fileSystem.Directory.
Move
(_globalToolStageDir.Value, toolStoreTargetDirectory.Value));
Microsoft.DotNet.Cli.Utils.Tests (5)
MockFileSystemTests.cs (5)
643
fileSystem.Directory.
Move
(testSourceDirectoryPath, testDestinationDirectoryPath);
661
Action a = () => fileSystem.Directory.
Move
(testSourceDirectoryPath, testDestinationDirectoryPath);
679
Action a = () => fileSystem.Directory.
Move
(testSourceDirectoryPath, testDestinationDirectoryPath);
696
Action a = () => fileSystem.Directory.
Move
(testSourceDirectoryPath, testDestinationDirectoryPath);
710
Action a = () => fileSystem.Directory.
Move
(testSourceDirectoryPath, testSourceDirectoryPath);
Microsoft.DotNet.Tools.Tests.ComponentMocks (3)
ToolPackageDownloaderMock.cs (1)
192
_fileSystem.Directory.
Move
(_toolDownloadDir.Value, packageDirectory.Value);
ToolPackageUninstallerMock.cs (2)
42
_fileSystem.Directory.
Move
(packageDirectory.Value, tempPath);
74
_fileSystem.Directory.
Move
(tempPackageDirectory, packageDirectory.Value);