6 references to QuickInfoContainerElement
Microsoft.CodeAnalysis.Features (6)
QuickInfo\Presentation\QuickInfoContainerStyle.cs (1)
10/// The layout style for a <see cref="QuickInfoContainerElement"/>.
QuickInfo\Presentation\QuickInfoContentBuilder.cs (1)
32public static async Task<QuickInfoContainerElement> BuildInteractiveContentAsync(
QuickInfo\Presentation\TaggedTextExtensions.cs (4)
224var container = StackedContainer(_lines.ToImmutableAndClear()); 235private static QuickInfoContainerElement StackedContainer(params ImmutableArray<QuickInfoElement> elements) 238private static QuickInfoContainerElement StackedContainer(bool includeVerticalPadding, params ImmutableArray<QuickInfoElement> elements) 250private static QuickInfoContainerElement WrappedContainer(params ImmutableArray<QuickInfoElement> elements)