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