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