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