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