1 write to _childContent
Microsoft.AspNetCore.Components.AI (1)
Components\MessageList.cs (1)
79
_childContent
= ChildContent;
2 references to _childContent
Microsoft.AspNetCore.Components.AI (2)
Components\MessageList.cs (2)
106
if (
_childContent
is not null)
108
inner.AddContent(4,
_childContent
);