1 instantiation of MessageListContext
Microsoft.AspNetCore.Components.AI (1)
Components\MessageList.cs (1)
19
private readonly MessageListContext _listContext =
new
();
7 references to MessageListContext
Microsoft.AspNetCore.Components.AI (7)
Components\BlockContainer.cs (2)
10
private readonly
MessageListContext
_listContext;
13
internal BlockContainer(ContentBlock block,
MessageListContext
listContext, Action requestRender)
Components\BlockRenderer.cs (1)
30
public
MessageListContext
ListContext { get; set; } = default!;
Components\ConversationTurnRenderer.cs (2)
12
private readonly
MessageListContext
_listContext;
20
MessageListContext
listContext,
Components\MessageList.cs (2)
19
private readonly
MessageListContext
_listContext = new();
98
builder.OpenComponent<CascadingValue<
MessageListContext
>>(0);