2 writes to Contents
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Hover\HoverHandler.cs (1)
146Contents = ProtocolConversions.GetDocumentationMarkupContent(tags, language, supportsMarkdown),
Protocol\Internal\VSInternalHover.cs (1)
41base.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)
35get => contentsIsNull ? (SumType<string, MarkedString, SumType<string, MarkedString>[], MarkupContent>?)null : base.Contents;