2 references to BuildInteractiveContentAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\QuickInfo\IntellisenseQuickInfoBuilder.cs (1)
28
var content = await QuickInfoContentBuilder.
BuildInteractiveContentAsync
(quickInfoItem, context, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Hover\HoverHandler.cs (1)
119
var content = await QuickInfoContentBuilder.
BuildInteractiveContentAsync
(info, context, cancellationToken).ConfigureAwait(false);