1 write to LabelDetails
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Completion\CompletionResultFactory.cs (1)
620
lspItem.
LabelDetails
= new() { Description = roslynItem.InlineDescription };
3 references to LabelDetails
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Protocol\CompletionItemSetting.cs (1)
142
/// Indicates whether the client supports the <see cref="CompletionItem.
LabelDetails
"/> property.
Protocol\Internal\Efficiency\OptimizedVSCompletionListJsonConverter.cs (2)
153
if (completionItem.
LabelDetails
!= null)
156
JsonSerializer.Serialize(writer, completionItem.
LabelDetails
, options);