2 references to _languageServerFeatureOptions
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Rename\RenameService.cs (2)
139
OldDocumentUri = new(LspFactory.CreateFilePathUri(oldFilePath,
_languageServerFeatureOptions
)),
140
NewDocumentUri = new(LspFactory.CreateFilePathUri(newFilePath,
_languageServerFeatureOptions
)),