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