6 overrides of CanReadType
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (1)
DefaultApiDescriptionProviderTest.cs (1)
2818
protected override bool
CanReadType
(Type type)
Microsoft.AspNetCore.Mvc.Core.Test (3)
Formatters\InputFormatterTest.cs (1)
444
protected override bool
CanReadType
(Type type)
Formatters\TextInputFormatterTest.cs (1)
216
protected override bool
CanReadType
(Type type)
ModelBinding\Binders\BodyModelBinderTests.cs (1)
734
protected override bool
CanReadType
(Type type)
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))