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