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