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