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