1 instantiation of ThrowingFormatterModel
Microsoft.AspNetCore.Mvc.Core.Test (1)
Formatters\SystemTextJsonOutputFormatterTest.cs (1)
77
new
ThrowingFormatterModel
())
3 references to ThrowingFormatterModel
Microsoft.AspNetCore.Mvc.Core.Test (3)
Formatters\SystemTextJsonOutputFormatterTest.cs (3)
322
private class ThrowingFormatterPersonConverter : JsonConverter<
ThrowingFormatterModel
>
324
public override
ThrowingFormatterModel
Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
329
public override void Write(Utf8JsonWriter writer,
ThrowingFormatterModel
value, JsonSerializerOptions options)