2 writes to _callback
Microsoft.AspNetCore.Components.AI (2)
Engine\AgentContext.cs (2)
278
_callback
= callback;
287
_callback
= default;
2 references to _callback
Microsoft.AspNetCore.Components.AI (2)
Engine\AgentContext.cs (2)
283
if (_list is not null &&
_callback
is not null)
285
_list.Remove(
_callback
);