2 writes to _callbacks
Microsoft.AspNetCore.Components.AI (2)
Engine\AgentState.cs (2)
62_callbacks = callbacks; 71_callbacks = null;
2 references to _callbacks
Microsoft.AspNetCore.Components.AI (2)
Engine\AgentState.cs (2)
68if (_callbacks is not null && _callback is not null) 70_callbacks.Remove(_callback);