2 references to GetSerializableType
Microsoft.AspNetCore.Mvc.Formatters.Xml (2)
XmlDataContractSerializerInputFormatter.cs (2)
143var type = GetSerializableType(context.ModelType); 177return GetCachedSerializer(GetSerializableType(type)) != null;