1 write to _converters
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\FormDataMapperOptions.cs (1)
27_converters = new(WellKnownConverters.Converters);
4 references to _converters
Microsoft.AspNetCore.Components.Endpoints (4)
FormMapping\FormDataMapperOptions.cs (4)
55return (FormDataConverter<T>)_converters.GetOrAdd(typeof(T), CreateConverter, this); 77return _converters.GetOrAdd(type, CreateConverter, this); 85_converters[typeof(T)] = converter; 92if (_converters.ContainsKey(type))