2 writes to _callback
Microsoft.AspNetCore.Components.AI (2)
Engine\AgentContext.cs (2)
367
_callback
= callback;
376
_callback
= default;
2 references to _callback
Microsoft.AspNetCore.Components.AI (2)
Engine\AgentContext.cs (2)
372
if (_list is not null &&
_callback
is not null)
374
_list.Remove(
_callback
);