5 instantiations of QuickInfoContainerElement
Microsoft.CodeAnalysis.Features (5)
QuickInfo\Presentation\QuickInfoContentBuilder.cs (3)
87
elements[0] = new
QuickInfoContainerElement
(QuickInfoContainerStyle.Wrapped, firstLineElements.ToImmutableAndClear());
104
elements[lastIndex] = new
QuickInfoContainerElement
(
178
return new
QuickInfoContainerElement
(
QuickInfo\Presentation\TaggedTextExtensions.cs (2)
255
return
new
(style, elements);
259
=>
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)
232
var
container = StackedContainer(_lines.ToImmutableAndClear());
243
private static
QuickInfoContainerElement
StackedContainer(params ImmutableArray<QuickInfoElement> elements)
246
private static
QuickInfoContainerElement
StackedContainer(bool includeVerticalPadding, params ImmutableArray<QuickInfoElement> elements)
258
private static
QuickInfoContainerElement
WrappedContainer(params ImmutableArray<QuickInfoElement> elements)