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