3 writes to _cachedText
Microsoft.AspNetCore.Components.AI (3)
Blocks\RichContentBlock.cs (3)
19public string RawText => _cachedText ??= string.Concat(_segments); 35_cachedText = null; 42_cachedText = text;