1 instantiation of ThrowingFormatterModel
Microsoft.AspNetCore.Mvc.Core.Test (1)
Infrastructure\SystemTextJsonResultExecutorTest.cs (1)
26
var result = new JsonResult(new
ThrowingFormatterModel
())
3 references to ThrowingFormatterModel
Microsoft.AspNetCore.Mvc.Core.Test (3)
Infrastructure\SystemTextJsonResultExecutorTest.cs (3)
47
private class ThrowingFormatterPersonConverter : JsonConverter<
ThrowingFormatterModel
>
49
public override
ThrowingFormatterModel
Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
54
public override void Write(Utf8JsonWriter writer,
ThrowingFormatterModel
value, JsonSerializerOptions options)