1 write to _valueConverter
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\Converters\DictionaryConverter.cs (1)
24
_valueConverter
= elementConverter;
1 reference to _valueConverter
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\Converters\DictionaryConverter.cs (1)
62
currentElementSuccess =
_valueConverter
.TryRead(ref context, _elementType, options, out currentValue!, out foundCurrentValue);