2 references to GetSerializableType
Microsoft.AspNetCore.Mvc.Formatters.Xml (2)
XmlSerializerInputFormatter.cs (2)
125var type = GetSerializableType(context.ModelType); 173return GetCachedSerializer(GetSerializableType(type)) != null;