2 writes to _list
Microsoft.AspNetCore.Components.AI (2)
Engine\AgentContext.cs (2)
362
_list
= list;
371
_list
= null;
2 references to _list
Microsoft.AspNetCore.Components.AI (2)
Engine\AgentContext.cs (2)
368
if (
_list
is not null && _callback is not null)
370
_list
.Remove(_callback);