3 references to VSInternalDataTipTags
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\DataTips\DataTipRangeHandler.cs (1)
44
DataTipTags = info.Kind == DebugDataTipInfoKind.LinqExpression ?
VSInternalDataTipTags
.LinqExpression : 0,
Protocol\Internal\VSInternalDataTips.cs (2)
42
/// Gets or sets the <see cref="
VSInternalDataTipTags
"/> for the data tip.
46
public
VSInternalDataTipTags
DataTipTags { get; init; }