2 references to GetCachedSerializer
Microsoft.AspNetCore.Mvc.Formatters.Xml (2)
XmlSerializerOutputFormatter.cs (2)
120return GetCachedSerializer(GetSerializableType(type)) != null; 233var xmlSerializer = GetCachedSerializer(wrappingType!);