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