1 write to Documentation
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Completion\CompletionResultFactory.cs (1)
591lspItem.Documentation = ProtocolConversions.GetDocumentationMarkupContent(
4 references to Documentation
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Protocol\CompletionItemSetting.cs (2)
48/// The client supports the following content formats for the <see cref="CompletionItem.Documentation"/> 115/// Before version 3.16 only the predefined properties <see cref="CompletionItem.Documentation"/>
Protocol\Internal\Efficiency\OptimizedVSCompletionListJsonConverter.cs (2)
166if (completionItem.Documentation != null) 169JsonSerializer.Serialize(writer, completionItem.Documentation, options);