2 writes to _callbacks
Microsoft.AspNetCore.Components.AI (2)
Engine\AgentState.cs (2)
106_callbacks = callbacks; 115_callbacks = null;
2 references to _callbacks
Microsoft.AspNetCore.Components.AI (2)
Engine\AgentState.cs (2)
112if (_callbacks is not null && _callback is not null) 114_callbacks.Remove(_callback);