3 implementations of Move
Microsoft.AspNetCore.Razor.Test.Common.Cohosting (1)
TestFileSystem.cs (1)
35public void Move(string sourceFilePath, string destinationFilePath)
Microsoft.CodeAnalysis.Razor.Workspaces (1)
FileSystem.cs (1)
26public void Move(string sourceFilePath, string destinationFilePath)
Microsoft.CodeAnalysis.Remote.Razor (1)
RemoteFileSystem.cs (1)
31public void Move(string sourceFilePath, string destinationFilePath)
4 references to Move
Microsoft.CodeAnalysis.Remote.Razor (1)
RemoteFileSystem.cs (1)
32=> _fileSystem.Move(sourceFilePath, destinationFilePath);
Microsoft.VisualStudio.LanguageServices.Razor (3)
Rename\RazorRefactorNotifyService.cs (3)
120fileSystem.Move(razorFileName, newFileName); 125fileSystem.Move($"{razorFileName}.cs", $"{newFileName}.cs"); 130fileSystem.Move($"{razorFileName}.css", $"{newFileName}.css");