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