2 writes to Documentation
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\SignatureHelp\SignatureHelpHandler.cs (1)
75
Documentation
= new LSP.MarkupContent { Kind = LSP.MarkupKind.PlainText, Value = p.DocumentationFactory(cancellationToken).GetFullText() }
Protocol\Converters\ParameterInformationConverter.cs (1)
37
parameter.
Documentation
= documentationElement.Deserialize<SumType<string, MarkupContent>>(options);
2 references to Documentation
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Protocol\Converters\ParameterInformationConverter.cs (2)
49
if (value.
Documentation
!= null)
52
JsonSerializer.Serialize(writer, value.
Documentation
, options);