1 instantiation of TestItem
Microsoft.AspNetCore.Mvc.NewtonsoftJson.Test (1)
BsonTempDataSerializerTest.cs (1)
20
{ new
TestItem
(), typeof(TestItem) },
8 references to TestItem
Microsoft.AspNetCore.Mvc.NewtonsoftJson.Test (8)
BsonTempDataSerializerTest.cs (8)
20
{ new TestItem(), typeof(
TestItem
) },
21
{ new List<
TestItem
>(), typeof(
TestItem
) },
22
{ new Dictionary<string,
TestItem
>(), typeof(
TestItem
) },
50
{ new Dictionary<
TestItem
,
TestItem
>(), typeof(
TestItem
) }