4 references to _segments
Microsoft.AspNetCore.Components.AI (4)
Blocks\RichContentBlock.cs (4)
19
public string RawText => _cachedText ??= string.Concat(
_segments
);
34
_segments
.Add(text);
40
_segments
.Clear();
41
_segments
.Add(text);