2 instantiations of QuickInfoContainerElement
Microsoft.CodeAnalysis.Features (2)
QuickInfo\Presentation\TaggedTextExtensions.cs (2)
247return new(style, elements); 251=> new(QuickInfoContainerStyle.Wrapped, elements);
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)
33public 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)