2 instantiations of QuickInfoContainerElement
Microsoft.CodeAnalysis.Features (2)
QuickInfo\Presentation\TaggedTextExtensions.cs (2)
247
return
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)
33
public static async Task<
QuickInfoContainerElement
> BuildInteractiveContentAsync(
QuickInfo\Presentation\TaggedTextExtensions.cs (4)
224
var
container = StackedContainer(_lines.ToImmutableAndClear());
235
private static
QuickInfoContainerElement
StackedContainer(params ImmutableArray<QuickInfoElement> elements)
238
private static
QuickInfoContainerElement
StackedContainer(bool includeVerticalPadding, params ImmutableArray<QuickInfoElement> elements)
250
private static
QuickInfoContainerElement
WrappedContainer(params ImmutableArray<QuickInfoElement> elements)