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