1 instantiation of JsonTodoChild
Microsoft.AspNetCore.Http.Extensions.Tests (1)
RequestDelegateFactoryTests.cs (1)
1301JsonTodoChild originalTodo = new()
6 references to JsonTodoChild
Microsoft.AspNetCore.Http.Extensions.Tests (6)
RequestDelegateFactoryTests.cs (6)
1301JsonTodoChild originalTodo = new() 1354var deserializedResponseBody = JsonSerializer.Deserialize<JsonTodoChild>(responseBodyStream.ToArray(), new JsonSerializerOptions 1391Assert.Equal(nameof(JsonTodoChild), deserializedResponseBody["$type"]!.GetValue<string>()); 3588[JsonDerivedType(typeof(JsonTodoChild), nameof(JsonTodoChild))]