1 write to Id
Microsoft.AspNetCore.Mvc.IntegrationTests (1)
HeaderModelBinderIntegrationTest.cs (1)
506return new OrderWithTypeConverter() { Id = int.Parse(id, CultureInfo.InvariantCulture) };
3 references to Id
Microsoft.AspNetCore.Mvc.IntegrationTests (3)
HeaderModelBinderIntegrationTest.cs (3)
355Assert.Equal(10, orderWithTypeConverter.Id); 492return Id == other.Id;