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