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