1 reference to DictionaryAdapter
Microsoft.AspNetCore.JsonPatch.SystemTextJson (1)
Adapters\AdapterFactory.cs (1)
28
return (IAdapter)Activator.CreateInstance(typeof(
DictionaryAdapter
<,>).MakeGenericType(typeToConvert.GenericTypeArguments[0], typeToConvert.GenericTypeArguments[1]));