2 references to BuildInteractiveContentAsync
Microsoft.CodeAnalysis.EditorFeatures (2)
IntelliSense\QuickInfo\IntellisenseQuickInfoBuilder.cs (2)
156var content = await BuildInteractiveContentAsync(quickInfoItem, context, cancellationToken).ConfigureAwait(false); 172return BuildInteractiveContentAsync(quickInfoItem, context, cancellationToken);