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