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