4 writes to NewFilePath
Microsoft.VisualStudio.LanguageServices.Razor (1)
ProjectSystem\RenameProjectTreeHandler.cs (1)
82NewFilePath = newFilePath
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (3)
Cohost\CohostApplyRenameEditEndpointTest.cs (3)
77NewFilePath = FilePath(newName) 143NewFilePath = FilePath(newName) 201NewFilePath = FilePath(newName)
2 references to NewFilePath
Microsoft.VisualStudio.LanguageServices.Razor (2)
LanguageClient\Cohost\CohostApplyRenameEditEndpoint.cs (1)
70var newFileNamePart = Path.GetFileName(request.NewFilePath);
ProjectSystem\RenameProjectTreeHandler.cs (1)
113var toComponentName = Path.GetFileNameWithoutExtension(request.NewFilePath);