2 writes to _currentAgent
Microsoft.AspNetCore.Components.AI (2)
Components\AgentBoundary.cs (2)
32
_currentAgent
= Agent;
45
_currentAgent
= Agent;
1 reference to _currentAgent
Microsoft.AspNetCore.Components.AI (1)
Components\AgentBoundary.cs (1)
39
if (!ReferenceEquals(Agent,
_currentAgent
))