1 type derived from RenameRange
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\Internal\VSInternalRenameRange.cs (1)
13
internal class VSInternalRenameRange :
RenameRange
2 references to RenameRange
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Protocol\Internal\Converters\VSInternalExtensionUtilities.cs (1)
51
AddOrReplaceConverter<
RenameRange
, VSInternalRenameRange>();
Protocol\Methods.Document.cs (1)
600
public static readonly LspRequest<PrepareRenameParams, SumType<
RenameRange
, DefaultBehaviorPrepareRename, Range>?> TextDocumentPrepareRename = new(TextDocumentPrepareRenameName);