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