2 writes to _list
Microsoft.AspNetCore.Components.AI (2)
Engine\AgentContext.cs (2)
366
_list
= list;
375
_list
= null;
2 references to _list
Microsoft.AspNetCore.Components.AI (2)
Engine\AgentContext.cs (2)
372
if (
_list
is not null && _callback is not null)
374
_list
.Remove(_callback);