2 references to _segments
Microsoft.AspNetCore.Components.AI (2)
Blocks\RichContentBlock.cs (2)
19public string RawText => _cachedText ??= string.Concat(_segments); 32_segments.Add(text);