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