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