6 overrides of CanWriteType
BasicWebSite (2)
Formatters\VCardFormatter_V3.cs (1)
24
protected override bool
CanWriteType
(Type type)
Formatters\VCardFormatter_V4.cs (1)
25
protected override bool
CanWriteType
(Type type)
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (1)
DefaultApiDescriptionProviderTest.cs (1)
2844
protected override bool
CanWriteType
(Type type)
Microsoft.AspNetCore.Mvc.Core.Test (1)
Formatters\OutputFormatterTests.cs (1)
191
protected override bool
CanWriteType
(Type type)
Microsoft.AspNetCore.Mvc.Formatters.Xml (2)
XmlDataContractSerializerOutputFormatter.cs (1)
131
protected override bool
CanWriteType
(Type? type)
XmlSerializerOutputFormatter.cs (1)
113
protected override bool
CanWriteType
(Type? type)
2 references to CanWriteType
Microsoft.AspNetCore.Mvc.Core (2)
Formatters\OutputFormatter.cs (2)
45
if (!
CanWriteType
(objectType))
106
if (!
CanWriteType
(context.ObjectType))