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;
12 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;
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (10)
Hover\HoverTests.cs (9)
263", results.Contents.Fourth.Value); 327", results.Contents.Fourth.Value); 378", results.Contents.Fourth.Value); 412", results.Contents.Fourth.Value); 451", results.Contents.Fourth.Value); 481", results.Contents.Fourth.Value); 506", results.Contents.Fourth.Value); 562""", result.Contents.Fourth.Value); 600""", results.Contents.Fourth.Value);
Workspaces\SourceGeneratedDocumentTests.cs (1)
100Assert.Contains("class A", hover.Contents.Fourth.Value);