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