1 instantiation of UserWithJsonProperty
Microsoft.AspNetCore.Mvc.NewtonsoftJson.Test (1)
NewtonsoftJsonOutputFormatterTest.cs (1)
280var user = new UserWithJsonProperty
3 references to UserWithJsonProperty
Microsoft.AspNetCore.Mvc.NewtonsoftJson.Test (3)
NewtonsoftJsonOutputFormatterTest.cs (3)
280var user = new UserWithJsonProperty 287var context = GetOutputFormatterContext(user, typeof(UserWithJsonProperty)); 322var context = GetOutputFormatterContext(user, typeof(UserWithJsonProperty));