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