4 references to StateMapper
Microsoft.AspNetCore.Components.AI (4)
Engine\UIAgent.cs (2)
303if (_options.StateMapper is null) 309_options.StateMapper(context);
Engine\UIAgentOfT.cs (2)
88if (Options.StateMapper is null) 94Options.StateMapper(context);