2 writes to _list
Microsoft.AspNetCore.Components.AI (2)
Engine\AgentContext.cs (2)
277
_list
= list;
286
_list
= null;
2 references to _list
Microsoft.AspNetCore.Components.AI (2)
Engine\AgentContext.cs (2)
283
if (
_list
is not null && _callback is not null)
285
_list
.Remove(_callback);