6 references to TypeWithPrimitives
Microsoft.AspNetCore.Mvc.NewtonsoftJson.Test (6)
NewtonsoftJsonInputFormatterTest.cs (6)
360var formatterContext = CreateInputFormatterContext(typeof(TypeWithPrimitives), httpContext); 391var formatterContext = CreateInputFormatterContext(typeof(TypeWithPrimitives), httpContext); 508var formatterContext = CreateInputFormatterContext(typeof(TypeWithPrimitives), httpContext); 516var userModel = Assert.IsType<TypeWithPrimitives>(result.Model); 660public TypeWithPrimitives[] WithPrimitives { get; set; }