1 implementation of Move
Microsoft.DotNet.InternalAbstractions (1)
FileWrapper.cs (1)
46
public void
Move
(string source, string destination)
2 references to Move
dotnet (2)
ShellShim\ShellShimRepository.cs (2)
127
FileAccessRetrier.RetryOnMoveAccessFailure(() => _fileSystem.File.
Move
(file.Value, tempPath));
153
FileAccessRetrier.RetryOnMoveAccessFailure(() => _fileSystem.File.
Move
(kvp.Value, kvp.Key));