2 instantiations of QuickInfoContainerElement
Microsoft.CodeAnalysis.Features (2)
QuickInfo\Presentation\TaggedTextExtensions.cs (2)
246
return
new
(style, elements);
250
=>
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)
32
public static async Task<
QuickInfoContainerElement
> BuildInteractiveContentAsync(
QuickInfo\Presentation\TaggedTextExtensions.cs (4)
223
var
container = StackedContainer(_lines.ToImmutableAndClear());
234
private static
QuickInfoContainerElement
StackedContainer(params ImmutableArray<QuickInfoElement> elements)
237
private static
QuickInfoContainerElement
StackedContainer(bool includeVerticalPadding, params ImmutableArray<QuickInfoElement> elements)
249
private static
QuickInfoContainerElement
WrappedContainer(params ImmutableArray<QuickInfoElement> elements)