1 type derived from JsonPerson
Microsoft.AspNetCore.Mvc.Core.Test (1)
Formatters\SystemTextJsonOutputFormatterTest.cs (1)
308
private class JsonPersonExtended :
JsonPerson
1 instantiation of JsonPerson
Microsoft.AspNetCore.Mvc.Core.Test (1)
Formatters\SystemTextJsonOutputFormatterTest.cs (1)
250
yield return new
JsonPerson
() { Name = "One" };
6 references to JsonPerson
Microsoft.AspNetCore.Mvc.Core.Test (6)
Formatters\SystemTextJsonOutputFormatterTest.cs (6)
179
JsonPerson
person = new JsonPersonExtended()
194
typeof(
JsonPerson
),
234
typeof(IAsyncEnumerable<
JsonPerson
>),
248
private static async IAsyncEnumerable<
JsonPerson
> GetPeopleAsync()
313
[JsonSerializable(typeof(
JsonPerson
))]
314
[JsonSerializable(typeof(IAsyncEnumerable<
JsonPerson
>))]