6 references to InlayHintSetting
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Protocol\InlayHint.cs (2)
68/// Depending on the client capability <see cref="InlayHintSetting.ResolveSupport"/> clients 83/// Depending on the client capability <see cref="InlayHintSetting.ResolveSupport"/> clients
Protocol\InlayHintLabelPart.cs (3)
31/// Depending on the client capability <see cref="InlayHintSetting.ResolveSupport"/> clients 53/// Depending on the client capability <see cref="InlayHintSetting.ResolveSupport"/> clients 68/// Depending on the client capability <see cref="InlayHintSetting.ResolveSupport"/> clients
Protocol\TextDocumentClientCapabilities.cs (1)
233public InlayHintSetting? InlayHint { get; set; }