2 writes to _text
Microsoft.Extensions.AI.Abstractions (2)
Contents\TextContent.cs (2)
21_text = text; 31set => _text = value;
1 reference to _text
Microsoft.Extensions.AI.Abstractions (1)
Contents\TextContent.cs (1)
30get => _text ?? string.Empty;