2 writes to Contents
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Hover\HoverHandler.cs (1)
146
Contents
= ProtocolConversions.GetDocumentationMarkupContent(tags, language, supportsMarkdown),
Protocol\Internal\VSInternalHover.cs (1)
41
base.
Contents
= value.Value;
2 references to Contents
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Protocol\HoverSetting.cs (1)
19
/// instance in <see cref="Hover.
Contents
"/>.
Protocol\Internal\VSInternalHover.cs (1)
35
get => contentsIsNull ? (SumType<string, MarkedString, SumType<string, MarkedString>[], MarkupContent>?)null : base.
Contents
;