2 writes to _text
Microsoft.AspNetCore.Components.AI (2)
Components\MessageInput.cs (2)
101_text = e.Value?.ToString() ?? ""; 155_text = "";
3 references to _text
Microsoft.AspNetCore.Components.AI (3)
Components\MessageInput.cs (3)
95builder.AddAttribute(14, "value", _text); 149if (_isDisabled || string.IsNullOrWhiteSpace(_text)) 154var text = _text;