4 writes to OldFilePath
Microsoft.VisualStudio.LanguageServices.Razor (1)
ProjectSystem\RenameProjectTreeHandler.cs (1)
81OldFilePath = oldFilePath,
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (3)
Cohost\CohostApplyRenameEditEndpointTest.cs (3)
76OldFilePath = FilePath(oldName), 142OldFilePath = FilePath(oldName), 200OldFilePath = FilePath(oldName),
3 references to OldFilePath
Microsoft.VisualStudio.LanguageServices.Razor (3)
LanguageClient\Cohost\CohostApplyRenameEditEndpoint.cs (2)
69var oldFileNamePart = Path.GetFileName(request.OldFilePath); 86if (documentFilePath == request.OldFilePath)
ProjectSystem\RenameProjectTreeHandler.cs (1)
112var fromComponentName = Path.GetFileNameWithoutExtension(request.OldFilePath);