1 reference to _idictionaryGenericType
System.Web.Extensions (1)
Script\Serialization\ObjectConverter.cs (1)
563
(typeof(IDictionary).IsAssignableFrom(type) || type.GetGenericTypeDefinition() ==
_idictionaryGenericType
) &&