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