1 type derived from FormValueSupplier
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\HttpContextFormValueMapper.cs (1)
107internal class FormValueSupplier<T> : FormValueSupplier
4 references to FormValueSupplier
Microsoft.AspNetCore.Components.Endpoints (4)
FormMapping\HttpContextFormValueMapper.cs (4)
21private static readonly ConcurrentDictionary<Type, FormValueSupplier> _cache = new(); 87var deserializer = _cache.GetOrAdd(context.ValueType, CreateDeserializer); 92private FormValueSupplier CreateDeserializer(Type type) => 93(FormValueSupplier)Activator.CreateInstance(typeof(FormValueSupplier<>)