1 write to _children
Microsoft.AspNetCore.Components.AI (1)
Blocks\RichText\RichTextNode.cs (1)
33_children ??= new();
2 references to _children
Microsoft.AspNetCore.Components.AI (2)
Blocks\RichText\RichTextNode.cs (2)
23_children ?? (IReadOnlyList<RichTextNode>)Array.Empty<RichTextNode>(); 34_children.Add(child);