2 references to TextDocumentInlayHintName
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\InlayHint\InlayHintHandler.cs (1)
22
[Method(Methods.
TextDocumentInlayHintName
)]
Protocol\Methods.Document.cs (1)
265
public static readonly LspRequest<InlayHintParams, InlayHint[]?> TextDocumentInlayHint = new(
TextDocumentInlayHintName
);