2 overrides of CanReadType
Microsoft.AspNetCore.Mvc.Formatters.Xml (2)
XmlDataContractSerializerInputFormatter.cs (1)
173protected override bool CanReadType(Type type)
XmlSerializerInputFormatter.cs (1)
169protected override bool CanReadType(Type type)
2 references to CanReadType
Microsoft.AspNetCore.Mvc.Core (2)
Formatters\InputFormatter.cs (2)
50if (!CanReadType(context.ModelType)) 132if (!CanReadType(objectType))