2 references to GetCachedSerializer
Microsoft.AspNetCore.Mvc.Formatters.Xml (2)
XmlDataContractSerializerOutputFormatter.cs (2)
138return GetCachedSerializer(GetSerializableType(type)) != null; 256var dataContractSerializer = GetCachedSerializer(wrappingType!);