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