2 writes to StateValue
Microsoft.AspNetCore.Components.AI (2)
Pipeline\StateMapperContext.cs (2)
80StateValue = value; 92StateValue = value;
3 references to StateValue
Microsoft.AspNetCore.Components.AI (3)
Engine\UIAgentOfT.cs (3)
96if (context.StateValue is not null) 98if (context.StateValue is not TState typedState) 101$"The state mapper returned a value of type '{context.StateValue.GetType()}', " +