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);