1 write to RawContent
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Hover\HoverHandler.cs (1)
128
RawContent
= content.ToLSPElement(),
2 references to RawContent
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\Internal\VSInternalHover.cs (1)
28
/// This may only be null when <see cref="
RawContent
"/> is specified instead of <see cref="Contents"/>.
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Hover\HoverTests.cs (1)
615
var containerElement = (ContainerElement)vsHover.
RawContent
;